spec-up-t 1.0.14 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@ function helpButtons() {
21
21
  newElement.title = 'Click to see the explanation of the buttons at the documentation website, in a new tab.';
22
22
  newElement.target = '_blank';
23
23
  newElement.rel = 'noopener noreferrer';
24
- newElement.href = 'https://blockchainbird.github.io/spec-up-t-website/docs/cheat-sheet#explanation-buttons';
24
+ newElement.href = 'https://blockchainbird.github.io/spec-up-t-website/docs/general/specification#explanation-buttons';
25
25
 
26
26
  function addElementAfterLastChild(newElement) {
27
27
  const elements = document.querySelectorAll('#content .collapse-all-defs-button');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spec-up-t",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Technical specification drafting tool that generates rich specification documents from markdown. Forked from https://github.com/decentralized-identity/spec-up by Daniel Buchner (https://github.com/csuwildcat)",
5
5
  "main": "./index",
6
6
  "repository": {