Skip to content

Commit

Permalink
Update macOS wiki URL
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Mar 22, 2020
1 parent 63f2bf9 commit d0b3f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macosx/CKAN
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ MONO=$(which mono)
if [ -z "$MONO" -o ! -x "$MONO" ]
then
# We could not find mono. The wiki explains how to install.
open 'https://github.com/KSP-CKAN/CKAN/wiki/Installing-CKAN-on-OSX'
open 'https://github.com/KSP-CKAN/CKAN/wiki/Installing-CKAN-on-macOS'
else
# Mono found, so we can run CKAN
# The exe is called ckan.exe
Expand Down

0 comments on commit d0b3f83

Please sign in to comment.