We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe4e67 commit 9e86099Copy full SHA for 9e86099
1 file changed
source/includes/analytics/_043_link_to.md
@@ -90,7 +90,7 @@ To link to the job details page, the parameter object should contain these keys:
90
}
91
```
92
93
-> This will be the equivalent of opening a new tab with the URL: `http://ci.example.com/go/pipelines/value_stram_map/my_pipeline/10`.
+> This will be the equivalent of opening a new tab with the URL: `http://ci.example.com/go/pipelines/value_stream_map/my_pipeline/10`.
94
95
Any links opened directly from the plugin's front-end will open inside the iframe. For security reasons, the iframe cannot affect the
96
navigation of the parent GoCD window directly. Instead, the iframe can send a message with the key `link-to` to the
0 commit comments