Skip to content

Commit 36022d6

Browse files
committed
link to ReSpec
1 parent 4a96a8d commit 36022d6

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

generator/content/how-to/create.html

+9-8
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,15 @@ <h2 id="forking">Forking</h2>
6868
directory parallel to the specifications you are working on) but it is not required.
6969
</p>
7070
<p>
71-
If you prefer HTML and JS to Markdown, WebSpecs can also be written using ReSpec. Like
72-
Bikeshed it takes care of a lot of the things you don’t want to have to think about. You can
73-
start from <a href="http://www.w3.org/respec/examples/minimal-w3c.html">a very basic
74-
example</a> and only tweak the configuration (near the top of the source) to set
75-
<code>specStatus</code> to <code>"webspec"</code> and <code>repository</code> to the
76-
<code>user/repo-name</code> string that fits your specification. Call the file
77-
<code>index.src.html</code> and you’re good to go! It should look like
78-
<a href="http://www.w3.org/respec/examples/minimal-w3c.html?specStatus=webspec;repository=w3c/respec-docs">this
71+
If you prefer HTML and JS to Markdown, WebSpecs can also be written using <a
72+
href="http://www.w3.org/respec/">ReSpec</a>. Like Bikeshed it takes care of a lot of the
73+
things you don’t want to have to think about. You can start from <a
74+
href="http://www.w3.org/respec/examples/minimal-w3c.html">a very basic example</a> and only
75+
tweak the configuration (near the top of the source) to set <code>specStatus</code> to
76+
<code>"webspec"</code> and <code>repository</code> to the <code>user/repo-name</code> string
77+
that fits your specification. Call the file <code>index.src.html</code> and you’re good to go!
78+
It should look like <a
79+
href="http://www.w3.org/respec/examples/minimal-w3c.html?specStatus=webspec;repository=w3c/respec-docs">this
7980
very basic example</a>, which is in fact the same as linked right above but with its
8081
configuration overridden in the query string.
8182
</p>

how-to/create.html

+6-8
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,12 @@ <h2 id="forking">Forking</h2>
9292
directory parallel to the specifications you are working on) but it is not required.
9393
</p>
9494
<p>
95-
If you prefer HTML and JS to Markdown, WebSpecs can also be written using ReSpec. Like
96-
Bikeshed it takes care of a lot of the things you don’t want to have to think about. You can
97-
start from <a href="http://www.w3.org/respec/examples/minimal-w3c.html">a very basic
98-
example</a> and only tweak the configuration (near the top of the source) to set
99-
<code>specStatus</code> to <code>"webspec"</code> and <code>repository</code> to the
100-
<code>user/repo-name</code> string that fits your specification. Call the file
101-
<code>index.src.html</code> and you’re good to go! It should look like
102-
<a href="http://www.w3.org/respec/examples/minimal-w3c.html?specStatus=webspec;repository=w3c/respec-docs">this
95+
If you prefer HTML and JS to Markdown, WebSpecs can also be written using <a href="http://www.w3.org/respec/">ReSpec</a>. Like Bikeshed it takes care of a lot of the
96+
things you don’t want to have to think about. You can start from <a href="http://www.w3.org/respec/examples/minimal-w3c.html">a very basic example</a> and only
97+
tweak the configuration (near the top of the source) to set <code>specStatus</code> to
98+
<code>"webspec"</code> and <code>repository</code> to the <code>user/repo-name</code> string
99+
that fits your specification. Call the file <code>index.src.html</code> and you’re good to go!
100+
It should look like <a href="http://www.w3.org/respec/examples/minimal-w3c.html?specStatus=webspec;repository=w3c/respec-docs">this
103101
very basic example</a>, which is in fact the same as linked right above but with its
104102
configuration overridden in the query string.
105103
</p>

0 commit comments

Comments
 (0)