Skip to content

Commit

Permalink
Correctif
Browse files Browse the repository at this point in the history
  • Loading branch information
Enalye committed Feb 1, 2024
1 parent e289227 commit ed81ff5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docgen/source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void generate(GrLocale locale) {

for (int t; t < 4; t++) {
generatedText ~= "* [" ~ categoriesName[t] ~ "](/" ~ folderName ~ "/" ~
categories[t] ~ ")\n";
categories[t] ~ "/)\n";
}

foreach (fileName; modules) {
Expand Down
8 changes: 4 additions & 4 deletions docs/en/lib/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
* [Homepage](/en/)
* [Language](/en/lang)
* [Integration](/en/api)
* [Standard library](/en/lib)
* [Homepage](/en//)
* [Language](/en/lang/)
* [Integration](/en/api/)
* [Standard library](/en/lib/)
- [bitmanip](en/lib/bitmanip)
- [channel](en/lib/channel)
- [circularbuffer](en/lib/circularbuffer)
Expand Down
8 changes: 4 additions & 4 deletions docs/fr/lib/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
* [Accueil](/fr/)
* [Langage](/fr/lang)
* [Intégration](/fr/api)
* [Bibliothèque standard](/fr/lib)
* [Accueil](/fr//)
* [Langage](/fr/lang/)
* [Intégration](/fr/api/)
* [Bibliothèque standard](/fr/lib/)
- [bitmanip](fr/lib/bitmanip)
- [channel](fr/lib/channel)
- [circularbuffer](fr/lib/circularbuffer)
Expand Down

0 comments on commit ed81ff5

Please sign in to comment.