Skip to content

Commit 8ffac62

Browse files
committed
πŸ› FIX: Link
1 parent bebc493 commit 8ffac62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€ŽMakefileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ## Generate documentation
99

1010
cp ./README.md ./docs/index.md
1111

12-
grep -Rl "https://yoanbernabeu.github.io/GoJelastic/" ./docs/index.md | xargs sed -i 's/https:\/\/yoanbernabeu.github.io\/GoJelastic\//\/documentation\/GoJelastic/g'
12+
grep -Rl "https://yoanbernabeu.github.io/GoJelastic/" ./docs/index.md | xargs sed -i 's/https:\/\/yoanbernabeu.github.io\/GoJelastic\//documentation\/GoJelastic/g'
1313

1414
if [ -f ~/gojelastic.env.bak ]; then \
1515
mv ~/gojelastic.env.bak ~/gojelastic.env; \

β€Ždocs/index.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ go build -o GoJelastic
4141

4242
## Documentation
4343

44-
Please check the [documentation](/documentation/GoJelastic) for more information.
44+
Please check the [documentation](documentation/GoJelastic) for more information.
4545

4646
## License
4747

0 commit comments

Comments
Β (0)