File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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; \
Original file line number Diff line number Diff 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
You canβt perform that action at this time.
0 commit comments