aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorHarshad Sabne <harshadsabne@users.noreply.github.com>2013-11-13 20:48:40 +0530
committerHarshad Sabne <harshadsabne@users.noreply.github.com>2013-11-13 20:48:40 +0530
commitdeeeaef6d2f49edb4eda0cfbab7f585a3eb520be (patch)
tree7d7852b0cf66ac5e3536613d479806552ec11abc /guides
parentea5d3544d2bd47ee40301c4c280935c321e7c5a8 (diff)
downloadrails-deeeaef6d2f49edb4eda0cfbab7f585a3eb520be.tar.gz
rails-deeeaef6d2f49edb4eda0cfbab7f585a3eb520be.tar.bz2
rails-deeeaef6d2f49edb4eda0cfbab7f585a3eb520be.zip
Fix broken Wikipedia link.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/i18n.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md
index 6b36f67874..e34484a324 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -1035,7 +1035,7 @@ If you found this guide useful, please consider recommending its authors on [wor
Footnotes
---------
-[^1]: Or, to quote [Wikipedia](http://en.wikipedia.org/wiki/Internationalization_and_localization:) _"Internationalization is the process of designing a software application so that it can be adapted to various languages and regions without engineering changes. Localization is the process of adapting software for a specific region or language by adding locale-specific components and translating text."_
+[^1]: Or, to quote [Wikipedia](http://en.wikipedia.org/wiki/Internationalization_and_localization): _"Internationalization is the process of designing a software application so that it can be adapted to various languages and regions without engineering changes. Localization is the process of adapting software for a specific region or language by adding locale-specific components and translating text."_
[^2]: Other backends might allow or require to use other formats, e.g. a GetText backend might allow to read GetText files.