Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrightwell committed Dec 27, 2023
1 parent 35f0415 commit 9da6697
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions .render/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
.sass-cache/
.scripts/
Gemfile.lock
_layouts/
/_layouts/
/_includes/
/assets/
/_data/
_site/
assets/
*.json
branches/
index.md
node_modules/
Expand Down
2 changes: 1 addition & 1 deletion .render/.init-scripts/make-build-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -o errexit

git clone --single-branch --branch main https://${GITHUB_TOKEN:+${GITHUB_TOKEN}@}github.com/AMWA-TV/nmos-doc-build-scripts .scripts
git clone --single-branch --branch "${NMOS_DOC_BUILD_SCRIPTS_BRANCH:-main}" https://${GITHUB_TOKEN:+${GITHUB_TOKEN}@}github.com/AMWA-TV/nmos-doc-build-scripts .scripts
.scripts/install-dependencies.sh
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AMWA Specifications

<a href="https://github.com/AMWA-TV/nmos/actions?query=workflow%3ALint"><img src="https://github.com/AMWA-TV/specs-top-level/workflows/Lint/badge.svg"/></a>
<a href="https://github.com/AMWA-TV/nmos/actions?query=workflow%3ARender"><img src="https://github.com/AMWA-TV/specs-top-level/workflows/Render/badge.svg"/></a>
<a href="https://github.com/AMWA-TV/specs-top-level/actions?query=workflow%3ALint"><img src="https://github.com/AMWA-TV/specs-top-level/workflows/Lint/badge.svg"/></a>
<a href="https://github.com/AMWA-TV/specs-top-level/actions?query=workflow%3ARender"><img src="https://github.com/AMWA-TV/specs-top-level/workflows/Render/badge.svg"/></a>

<!-- INTRO-START -->

Expand All @@ -15,9 +15,9 @@ and the Networked Media Open Specifications (NMOS) for interoperable control and

[NMOS Specifications](/nmos)

[AS-11 project page](https://amwa.tv/projects/AS-11.shtml)
[AS-11 project page](https://www.amwa.tv/as-11)

[AMWA web site](https://amwa.tv)
[AMWA web site](https://www.amwa.tv)

<!-- INTRO-END -->

0 comments on commit 9da6697

Please sign in to comment.