Skip to content

Commit d4ec7dc

Browse files
committed
Fix API docs link
Fixes #809.
1 parent 107287a commit d4ec7dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,20 @@ jobs:
4747
- name: Update VERSION / latest
4848
if: env.TAG != 'devel' && env.LATEST == 1
4949
run: |
50-
echo $'---\npermalink: /VERSION\ntitle: "VERSION"\n---\n' > gh-pages/VERSION.md
50+
echo '---\npermalink: /VERSION\ntitle: "VERSION"\n---\n' > gh-pages/VERSION.md
5151
echo $TAG >> gh-pages/VERSION
5252
ln -s $TAG gh-pages/latest
5353
5454
- name: Update CHANGELOG
5555
if: env.LATEST == 1
5656
run: |
57-
echo $'---\npermalink: /CHANGELOG\ntitle: "CHANGELOG"\n---\n' > gh-pages/CHANGELOG.md
57+
echo '---\npermalink: /CHANGELOG\ntitle: "CHANGELOG"\n---\n' > gh-pages/CHANGELOG.md
5858
cat CHANGELOG.md >> gh-pages/CHANGELOG.md
5959
6060
- name: Update MIGRATING
6161
if: env.LATEST == 1
6262
run: |
63-
echo $'---\npermalink: /MIGRATING\ntitle: "Migrating"\n---\n' > gh-pages/MIGRATING.md
63+
echo '---\npermalink: /MIGRATING\ntitle: "Migrating"\n---\n' > gh-pages/MIGRATING.md
6464
cat MIGRATING.md >> gh-pages/MIGRATING.md
6565
6666
- name: Remove old docs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The official ArangoDB JavaScript client for Node.js and the browser.
99

1010
## Links
1111

12-
- [API Documentation](https://arangodb.github.io/arangojs/latest/modules/_index_.html)
12+
- [API Documentation](https://arangodb.github.io/arangojs/latest/modules/index.html)
1313

1414
- [Changelog](https://arangodb.github.io/arangojs/CHANGELOG)
1515

0 commit comments

Comments
 (0)