Skip to content

Commit af46f16

Browse files
author
Kakol
authored
Replace incorrect github links that the sneedifier made (Sneeds-Feed-and-Seed#70)
* Update INSTALL * Update entrypoint.sh * Update AboutDialog.cpp * Update mw2html.py
1 parent 21c397f commit af46f16

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Compilation and install instructions
22

33

4-
Compilation instruction for Sneedacity is available at https://github.com/sneedacity/sneedacity/blob/master/BUILDING.md
4+
Compilation instruction for Sneedacity is available at https://github.com/Sneeds-Feed-and-Seed/sneedacity/blob/master/BUILDING.md
55

66
You can ask for help with compilation problems at:
77
http://forum.audacityteam.org/viewforum.php?f=19 .

linux/build-environment/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ conan --version
44

55
if [ ! -d "sneedacity" ]
66
then
7-
git clone https://github.com/sneedacity/sneedacity
7+
git clone https://github.com/Sneeds-Feed-and-Seed/sneedacity
88
fi
99

1010
mkdir -p build

scripts/mw2html_sneedacity/mw2html.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
import htmldata
4343
except:
4444
print('Requires Python3 htmldata module:')
45-
print(' https://github.com/sneedacity/sneedacity/blob/master/scripts/mw2html_sneedacity/htmldata.py')
45+
print(' https://github.com/Sneeds-Feed-and-Seed/sneedacity/blob/master/scripts/mw2html_sneedacity/htmldata.py')
4646
sys.exit()
4747

4848

src/AboutDialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ hold information about one contributor to Sneedacity.
6969
#endif
7070

7171
#ifdef REV_LONG
72-
#define REV_IDENT wxString( "[[https://github.com/sneedacity/sneedacity/commit/" )+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " + REV_TIME
72+
#define REV_IDENT wxString( "[[https://github.com/Sneeds-Feed-and-Seed/sneedacity/commit/" )+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " + REV_TIME
7373
#else
7474
#define REV_IDENT (XO("No revision identifier was provided").Translation())
7575
#endif

0 commit comments

Comments
 (0)