Skip to content

Commit 38bd646

Browse files
committed
Fix broken link for github page to standard
1 parent f44bc45 commit 38bd646

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,4 +524,4 @@ contractCreatedTs: 2022-11-15 02:59:43
524524

525525
## Full example
526526

527-
[Check full example here.](examples/all/full-example.yaml)
527+
[Check full example here.](examples/all/full-example.odcs.yaml)

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ theme:
3232
repo: fontawesome/brands/git-alt
3333

3434
nav:
35-
- Home: 'index.md'
35+
- Home: 'home.md'
3636
- Standard: 'README.md'
3737
- Examples: 'examples/README.md'
3838
- Changelog: 'changelog.md'

script/build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
echo "Moving top level markdown files into 'docs' folder"
4-
cat README.md | sed 's/(docs\//(/g' | sed 's/CONTRIBUTING.md/contributing.md/g' > docs/index.md
4+
cat README.md | sed 's/(docs\//(/g' | sed 's/CONTRIBUTING.md/contributing.md/g' > docs/home.md
55
cat CHANGELOG.md | sed 's/(docs\//(/g' > docs/changelog.md
66
cp CONTRIBUTING.md docs/contributing.md
77
cp vendors.md docs/vendors.md

0 commit comments

Comments
 (0)