pidgin/nest

Dead links

2020-01-14, Jason
055b3ec8eb12
Parents d403cd1e2e3a
Children e08b08092c40
Dead links
--- a/hugo/content/_index.md Mon Jan 13 22:51:57 2020 -0600
+++ b/hugo/content/_index.md Tue Jan 14 05:00:21 2020 +0000
@@ -42,4 +42,4 @@
If your native language is missing from this list or you've found that a
translation contains errors, you can help us! Take a look at our [tips for
-translators](/i18n/tips/) page!
+translators](development/i18n/tips/) page!
--- a/hugo/content/about/community.md Mon Jan 13 22:51:57 2020 -0600
+++ b/hugo/content/about/community.md Tue Jan 14 05:00:21 2020 +0000
@@ -28,5 +28,5 @@
## Helping
We often get people asking how they can help. Take a look at the
-[Contributing](/contributing) page for suggestions! There are lots of things to
+[Contributing](/development/contributing) page for suggestions! There are lots of things to
do for people, and a lot of them don't even involve the source code!
--- a/hugo/content/install/_index.md Mon Jan 13 22:51:57 2020 -0600
+++ b/hugo/content/install/_index.md Tue Jan 14 05:00:21 2020 +0000
@@ -35,7 +35,7 @@
If your operating system doesn't provide a pre-built package, or if their
pre-built package is out of date and you want to upgrade, then you can try
-[building from source](#Source).
+[building from source](/development/building/).
### Debian/Ubuntu
@@ -65,7 +65,7 @@
If you're sure you want to use Pidgin on OS X and you don't want to use
Homebrew, Fink or Macports, you can [download the Pidgin
-source](https://pidgin.im/download/source/) and compile.
+source](#source) and compile.
## Source
@@ -91,7 +91,7 @@
If your operating system doesn't provide a pre-built package, or if their
pre-built package is out of date and you want to upgrade, then you can try
-[building from source](#Source).
+[building from source](/development/building/).
### Debian/Ubuntu
--- a/hugo/layouts/shortcodes/download-now.html Mon Jan 13 22:51:57 2020 -0600
+++ b/hugo/layouts/shortcodes/download-now.html Tue Jan 14 05:00:21 2020 +0000
@@ -1,15 +1,15 @@
<div class="download-now">
- <a class="download-btn" href="/drafts/download">
+ <a class="download-btn" href="/install/">
<span style="vertical-align: middle;">
<i class="fas fa-download dl-icon"></i> {{ T "Download" }}
</span>
</a>
<b>Platforms:</b>
- <a href="/drafts/download#windows"><i class="fab fa-windows"></i></a>
- <a href="/drafts/download#macos"><i class="fab fa-apple"></i></a>
- <a href="/drafts/download#linux"><i class="fab fa-linux"></i></a>
- <a href="/drafts/download#bsd"><i class="fab fa-freebsd"></i></a>
- <a href="/drafts/download#source"><i class="fas fa-code"></i></a>
+ <a href="/install/#windows"><i class="fab fa-windows"></i></a>
+ <a href="/install/#macos"><i class="fab fa-apple"></i></a>
+ <a href="/install/#linux"><i class="fab fa-linux"></i></a>
+ <a href="/install/#freebsd"><i class="fab fa-freebsd"></i></a>
+ <a href="/install/#source"><i class="fas fa-code"></i></a>
</div>
<style>