Skip to content

Commit

Permalink
Change links from Website to wiki
Browse files Browse the repository at this point in the history
MathewSachin committed Jul 30, 2017
1 parent cadfd61 commit cc11505
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Contributing

See our [Contributing Guide](https://mathewsachin.github.io/Captura/Contributing)
See our [Contributing Guide](https://github.com/MathewSachin/Captura/wiki/Contributing)
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ deploy:
tag: $(APPVEYOR_REPO_TAG_NAME)
release: Captura $(APPVEYOR_REPO_TAG_NAME)
prerelease: $(prerelease)
description: "[Changelog](https://mathewsachin.github.io/Captura/Changelog)"
description: "[Changelog](https://github.com/MathewSachin/Captura/wiki/Changelog)"
auth_token:
secure: 0wnIqpTY1N2oq6WQS9O5Mow0LA43Qo5ZnvuRLrpA/Lah675ffhF16SGcpa7B+Iou
artifact: Captura.zip
2 changes: 1 addition & 1 deletion choco/captura.nuspec
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ Captura is an application to capture Screen/Audio/Cursor/Clicks/Keystrokes.

Download ffmpeg.exe and add to path for even more features.
</description>
<releaseNotes>[Changelog](https://mathewsachin.github.io/Captura/Changelog)</releaseNotes>
<releaseNotes>[Changelog](https://github.com/MathewSachin/Captura/wiki/Changelog)</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
2 changes: 1 addition & 1 deletion src/Captura/Views/AboutView.xaml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
<DockPanel Margin="0,0,0,10">
<TextBlock DockPanel.Dock="Bottom"
HorizontalAlignment="Right">
<Hyperlink CommandParameter="https://mathewsachin.github.io/Captura/Translation">
<Hyperlink CommandParameter="https://github.com/MathewSachin/Captura/wiki/Translation">
<Run Text="{local:Loc WantToTranslate}"/>
</Hyperlink>
</TextBlock>

0 comments on commit cc11505

Please sign in to comment.