From 9da6697f239868d189cd0cfba971c42f6a6b9a52 Mon Sep 17 00:00:00 2001 From: Peter Brightwell Date: Wed, 27 Dec 2023 11:19:23 +0000 Subject: [PATCH] Fix links --- .render/.gitignore | 7 +++++-- .render/.init-scripts/make-build-tools.sh | 2 +- README.md | 8 ++++---- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.render/.gitignore b/.render/.gitignore index 38c4091..dabace6 100644 --- a/.render/.gitignore +++ b/.render/.gitignore @@ -6,9 +6,12 @@ .sass-cache/ .scripts/ Gemfile.lock -_layouts/ +/_layouts/ +/_includes/ +/assets/ +/_data/ _site/ -assets/ +*.json branches/ index.md node_modules/ diff --git a/.render/.init-scripts/make-build-tools.sh b/.render/.init-scripts/make-build-tools.sh index c57d1da..97beb88 100755 --- a/.render/.init-scripts/make-build-tools.sh +++ b/.render/.init-scripts/make-build-tools.sh @@ -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 diff --git a/README.md b/README.md index 56a3c91..c13fd0e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AMWA Specifications - - + + @@ -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)