Skip to content

Commit

Permalink
Fix broken link for github page to standard
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Aug 7, 2024
1 parent f44bc45 commit 38bd646
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,4 +524,4 @@ contractCreatedTs: 2022-11-15 02:59:43

## Full example

[Check full example here.](examples/all/full-example.yaml)
[Check full example here.](examples/all/full-example.odcs.yaml)
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ theme:
repo: fontawesome/brands/git-alt

nav:
- Home: 'index.md'
- Home: 'home.md'
- Standard: 'README.md'
- Examples: 'examples/README.md'
- Changelog: 'changelog.md'
Expand Down
2 changes: 1 addition & 1 deletion script/build_docs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

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

0 comments on commit 38bd646

Please sign in to comment.