diff --git a/README.md b/README.md index f947099..45ce38a 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ This is the working area for the Trust over IP specification template. -* [Editor's Copy](https://trustoverip.github.io/specification-template/) +* [Editor's Copy](https://trustoverip.github.io/tswg-tsp-specification/) ## Using this template Two ways to use the template: * The green `Use this template` button in the upper right. Then select `Create new repository` or -* When creating a new repository from the `Repository template` menu select `toip/specification-template` +* When creating a new repository from the `Repository template` menu select `toip/tswg-tsp-specification` After setting up your new repository you will need to configure GitHub pages. @@ -26,7 +26,7 @@ Run `npm run render` to render the HTML under `docs/index.html` this can then be Run `npm run edit` to watch for changes and re-render the HTML. -Be sure to remove references to `specification-template` in favor of your new specification! +Be sure to remove references to `tswg-tsp-specification` in favor of your new specification! ### Experimental PDF generation diff --git a/spec/clauses.md b/spec/clauses.md index d93e98e..8dbdcb3 100644 --- a/spec/clauses.md +++ b/spec/clauses.md @@ -83,4 +83,4 @@ The following is a quote from a referenced source: CoLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Mi ipsum faucibus vitae aliquet nec ullamcorper sit amet. Scelerisque fermentum dui faucibus in ornare quam viverra orci. Maecenas ultricies mi eget mauris pharetra. Tempor nec feugiat nisl pretium fusce id. In ante metus dictum at tempor commodo ullamcorper a. Nulla at volutpat diam ut venenatis tellus in. -- This section seems incorrectly indented: https://github.com/trustoverip/specification-template/issues/1 +- This section seems incorrectly indented: https://github.com/trustoverip/tswg-tsp-specification/issues/1 diff --git a/spec/header.md b/spec/header.md index 0457ed6..25b99da 100644 --- a/spec/header.md +++ b/spec/header.md @@ -4,7 +4,7 @@ This document contains a template specification for `ToIP`!. Information about the current status of this document, any errata, and how to provide feedback on it, may be obtained at -[https://github.com/trustoverip/specification-template](https://github.com/trustoverip/specification-template). +[https://github.com/trustoverip/tswg-tsp-specification](https://github.com/trustoverip/tswg-tsp-specification). ## Copyright Notice diff --git a/spec/title.md b/spec/title.md index 41b3198..0f07752 100644 --- a/spec/title.md +++ b/spec/title.md @@ -5,7 +5,7 @@ ToIP Template Specification **Latest Draft:** -[https://github.com/trustoverip/specification-template](https://github.com/trustoverip/specification-template) +[https://github.com/trustoverip/tswg-tsp-specification](https://github.com/trustoverip/tswg-tsp-specification) **Editors:** @@ -15,8 +15,8 @@ ToIP Template Specification **Participate:** -~ [GitHub repo](https://github.com/trustoverip/specification-template) -~ [Commit history](https://github.com/trustoverip/specification-template/commits/main) +~ [GitHub repo](https://github.com/trustoverip/tswg-tsp-specification) +~ [Commit history](https://github.com/trustoverip/tswg-tsp-specification/commits/main) ------------------------------------ diff --git a/specs.json b/specs.json index acab480..eedb358 100644 --- a/specs.json +++ b/specs.json @@ -2,7 +2,7 @@ { "specs": [ { - "title": "ToIP Template Specification", + "title": "ToIP TSP Specification", "spec_directory": "./spec", "output_path": "./docs", "markdown_paths": [ @@ -19,12 +19,12 @@ "biblio.md" ], "logo": "https://raw.githubusercontent.com/trustoverip/logo-assets/master/logos/ToIP-Logo-Color-SolidDimensional-Horizontal-LightOnDark.svg", - "logo_link": "https://github.com/trustoverip/specification-template", + "logo_link": "https://github.com/trustoverip/tswg-tsp-specification", "katex": true, "source": { "host": "github", "account": "trustoverip", - "repo": "specification-template" + "repo": "tswg-tsp-specification" } } ]