From 0ffc99b6001f8f0cce79887ee6decf6d4a299993 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Thu, 28 Dec 2023 11:52:48 -0500 Subject: [PATCH] Fix Echidna shortname value. --- .github/workflows/auto-publish.yml | 2 +- .pr-preview.json | 6 +++--- index.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index f198db7..d06ce28 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -16,5 +16,5 @@ jobs: W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }} W3C_WG_DECISION_URL: https://www.w3.org/2017/vc/WG/Meetings/Minutes/2023-04-12-vcwg#resolution1 W3C_BUILD_OVERRIDE: | - shortName: vc-bitstring-status-list/ + shortName: vc-bitstring-status-list specStatus: WD diff --git a/.pr-preview.json b/.pr-preview.json index 010969e..0ee52c0 100644 --- a/.pr-preview.json +++ b/.pr-preview.json @@ -1,4 +1,4 @@ { - "src_file": "index.html", - "type": "respec" - } + "src_file": "index.html", + "type": "respec" +} diff --git a/index.html b/index.html index 3a4fd54..78e4a21 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@ localBiblio: ccg.localBiblio, doJsonLd: true, - github: "https://github.com/w3c/vc-bitstring-status-list/", + github: "https://github.com/w3c/vc-bitstring-status-list", includePermalinks: false, // if there a publicly available Editor's Draft, this is the link @@ -118,7 +118,7 @@ key: "Related Documents", data: [{ value: "Verifiable Credentials Data Model", - href: "https://www.w3.org/TR/vc-data-model/" + href: "https://www.w3.org/TR/vc-data-model-2.0/" }] }] };