Skip to content

Commit

Permalink
fix(Windows MSI): Fix link to docs + plugins gitignore (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryFissionGames authored Mar 18, 2022
1 parent 6f12e17 commit de998fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ windows/**/wix.dynamic.json
windows/**/wix
stanza-plugins
windows/config.yaml
windows/plugins
opentelemetry-java-contrib-jmx-metrics.jar
release_deps
tmp
2 changes: 1 addition & 1 deletion windows/templates/CustomExitDialog.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To restart collector the service, run:
<Condition Action="show">Installed</Condition>
</Control>
<Control Id="DocLink" Hidden="yes" Type="Hyperlink" X="135" Y="200" Width="220" Height="20" Transparent="yes">
<Text><![CDATA[<a href="https://github.com/observIQ/observiq-otel-collector/blob/windows-docs/docs/installation-windows.md#configuring-the-collector">Click here for online documentation on configuration.</a>]]></Text>
<Text><![CDATA[<a href="https://github.com/observIQ/observiq-otel-collector/blob/main/docs/installation-windows.md#configuring-the-collector">Click here for online documentation on configuration.</a>]]></Text>
<Condition Action="show">NOT Installed</Condition>
</Control>
<Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.ExitDialogTitle)" />
Expand Down

0 comments on commit de998fe

Please sign in to comment.