Skip to content

Commit

Permalink
Update preparedocs
Browse files Browse the repository at this point in the history
Fix extraneous capital letter from `Docs` to `docs`
  • Loading branch information
andrewwinters5000 authored Nov 14, 2024
1 parent de35215 commit d93452d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/preparedocs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cp README.md docs/building-the-documentation.md

sed -i.bak "s/\[AUTHORS.md\](AUTHORS.md)/the [Authors](authors.md) section/" docs/index.md
sed -i.bak "s/\[LICENSE.md\](LICENSE.md)/the [License](license.md) section/" docs/index.md
sed -i.bak "s/\[gallery\](Documentation\/Docs\/Gallery.md)/\[gallery\](Gallery.md)/" docs/index.md
sed -i.bak "s/\[gallery\](Documentation\/docs\/Gallery.md)/\[gallery\](Gallery.md)/" docs/index.md
sed -i.bak "s/\[LICENSE.md\](LICENSE.md)/the [License](license.md) section/" docs/authors.md
sed -i.bak "s/\[AUTHORS.md\](AUTHORS.md)/[Authors](authors.md)/" docs/license.md

Expand Down

0 comments on commit d93452d

Please sign in to comment.