Skip to content

Commit 5069bb5

Browse files
Fix broken links by removing /en from fortran-lang.org URLs (#578)
1 parent 4e1b4e8 commit 5069bb5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

locale/de/LC_MESSAGES/index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ msgid ""
262262
"index](/packages)"
263263
msgstr ""
264264
"Siehe {ref}`packages` für das Hinzufügen eines Eintrags zum [Paket "
265-
"Index](https://fortran-lang.org/en/packages)"
265+
"Index](https://fortran-lang.org/packages)"
266266

267267
#: ../../source/community/contributing.md:7
268268
msgid ""

locale/es/LC_MESSAGES/index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ msgid ""
263263
"index](/packages)"
264264
msgstr ""
265265
"Vea {ref}`paquetes` para saber cómo añadir una entrada al [Índice de "
266-
"paquetes](https://fortran-lang.org/en/packages)"
266+
"paquetes](https://fortran-lang.org/packages)"
267267

268268
#: ../../source/community/contributing.md:7
269269
msgid ""

locale/pt/LC_MESSAGES/index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41060,7 +41060,7 @@ msgstr ""
4106041060
#~ msgstr ""
4106141061
#~ "Veja {ref}``packages`` para saber como "
4106241062
#~ "adicionar um pacote na [Lista de "
41063-
#~ "Pacotes](https://fortran-lang.org/en/packages)"
41063+
#~ "Pacotes](https://fortran-lang.org/packages)"
4106441064

4106541065
#~ msgid ""
4106641066
#~ "See {ref}``minibooks`` for how to write "

locale/zh_CN/LC_MESSAGES/index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39222,7 +39222,7 @@ msgstr ""
3922239222
#~ "an entry to the [Package index](https"
3922339223
#~ "://fortran-lang.org/en/packages)"
3922439224
#~ msgstr ""
39225-
#~ "有关如何将条目添加到 [包索引](https://fortran-lang.org/en/packages) "
39225+
#~ "有关如何将条目添加到 [包索引](https://fortran-lang.org/packages) "
3922639226
#~ "的信息,请参见 {ref}``packages``"
3922739227

3922839228
#~ msgid ""

source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
},
171171
{
172172
"name": "RSS",
173-
"url": "https://fortran-lang.org/en/news/atom.xml",
173+
"url": "https://fortran-lang.org/news/atom.xml",
174174
"icon": "fas fa-rss",
175175
},
176176
],
@@ -205,8 +205,8 @@
205205

206206
blog_path = "news"
207207
blog_post_pattern = "news/**"
208-
blog_baseurl = "https://fortran-lang.org/en/"
209-
html_baseurl = "https://fortran-lang.org/en/"
208+
blog_baseurl = "https://fortran-lang.org"
209+
html_baseurl = "https://fortran-lang.org"
210210
sitemap_url_scheme = "{link}"
211211
post_redirect_refresh = 1
212212
post_auto_image = 1

source/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ using Sphinx and MyST Markdown. The documentation should include:
188188

189189
### Extension Localizations
190190

191-
The aim of the project is to localize the Modern Fortran for Visual Studio Code extension into other languages. There is already extensive documentation on how to localize Visual Studio Code extensions, and we already have tools in place to help with the process, see for example [fortran-lang.org](https://fortran-lang.org/en/).
191+
The aim of the project is to localize the Modern Fortran for Visual Studio Code extension into other languages. There is already extensive documentation on how to localize Visual Studio Code extensions, and we already have tools in place to help with the process, see for example [fortran-lang.org](https://fortran-lang.org).
192192

193193
**Related issues:**
194194

0 commit comments

Comments
 (0)