Skip to content

Commit

Permalink
Fix Echidna shortname value.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Dec 28, 2023
1 parent 843b1d6 commit 0ffc99b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .pr-preview.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"src_file": "index.html",
"type": "respec"
}
"src_file": "index.html",
"type": "respec"
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/"
}]
}]
};
Expand Down

0 comments on commit 0ffc99b

Please sign in to comment.