diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-10-18 20:17:41 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-10-18 20:17:41 +0200 |
commit | 1cc14334e4e6a9bd0dcbbcea3cb7b17cd83bbb25 (patch) | |
tree | 923e6f098e1ffb6e7d36c76e1d8f91ef408168ae /scripts/mk-release.sh | |
parent | 32c5ef83a1d9e627376cb759b0f3b4472dbc3d58 (diff) | |
download | crosstool-ng-1cc14334e4e6a9bd0dcbbcea3cb7b17cd83bbb25.tar.gz crosstool-ng-1cc14334e4e6a9bd0dcbbcea3cb7b17cd83bbb25.tar.bz2 crosstool-ng-1cc14334e4e6a9bd0dcbbcea3cb7b17cd83bbb25.zip |
misc: change references to point to the new website
It's been a while now that crosstool-NG has been hosted on it's own
website, and not at my home. Change every reference to the old site
to the new one, everywhere is makes sense to.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/mk-release.sh')
-rwxr-xr-x | scripts/mk-release.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mk-release.sh b/scripts/mk-release.sh index 6f716324..82db7abc 100755 --- a/scripts/mk-release.sh +++ b/scripts/mk-release.sh @@ -67,12 +67,12 @@ print_intro_mail() { are most welcome! The release can be found at the following URLs: - Changelog: http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-${version}.changelog - Tarball: http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-${version}.tar.bz2 - Patches: http://ymorin.is-a-geek.org/download/crosstool-ng/01-fixes/${version}/ + Changelog: http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-${version}.changelog + Tarball: http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-${version}.tar.bz2 + Patches: http://crosstool-ng.org/download/crosstool-ng/01-fixes/${version}/ As a reminder, the home for crosstool-NG is: - http://ymorin.is-a-geek.org/projects/crosstool + http://crosstool-ng.org/ Crosstool-NG also has a Freshmeat page: http://freshmeat.net/projects/crosstool-ng |