aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Finch <dot@dotat.at>2022-12-02 15:45:21 +0000
committerEli Schwartz <eschwartz93@gmail.com>2022-12-05 02:00:42 -0500
commit8a725589e71aa4c5d97dda50ee433f1324fd42cd (patch)
tree4d1c85c23a149a90c3fdb83595de2ded04118a84
parentf194413f87c738d7118b532ed1f6dcc9629458ed (diff)
downloadmeson-8a725589e71aa4c5d97dda50ee433f1324fd42cd.zip
meson-8a725589e71aa4c5d97dda50ee433f1324fd42cd.tar.gz
meson-8a725589e71aa4c5d97dda50ee433f1324fd42cd.tar.bz2
docs: change old SourceForge link to GitHub
I accidentally followed a very old link and was briefly discombobulated. To save other people from this mistake, use the current location of the Meson repository, and tweak the surrounding text so it is more clear that it was written nearly 10 years ago. Signed-off-by: Tony Finch <dot@dotat.at>
-rw-r--r--docs/markdown/Design-rationale.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/markdown/Design-rationale.md b/docs/markdown/Design-rationale.md
index 462129e..a3bd5bb 100644
--- a/docs/markdown/Design-rationale.md
+++ b/docs/markdown/Design-rationale.md
@@ -251,10 +251,10 @@ Get the code
--
The code for this experiment can be found at [the Meson
-repository](https://sourceforge.net/p/meson/code/). It should be noted
-that it is not a build system. It is only a proposal for one. It does
-not work reliably yet. You probably should not use it as the build
-system of your project.
+repository](https://github.com/mesonbuild/meson). It should be noted
+that (at the time of writing) it is not a build system. It is only
+a proposal for one. It does not work reliably yet. You probably
+should not use it as the build system of your project.
All that said I hope that this experiment will eventually turn into a
full blown build system. For that I need your help. Comments and