Skip to content

Commit e2a3921

Browse files
committed
fix improper links with %%DOCROOT_SLASH%%
1 parent 0696757 commit e2a3921

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

bin/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ a natural fit for GitHub and [GitHub pages](https://pages.github.com).
16011601
The `<object>` HTML element does not work for our needs.
16021602

16031603
HTML elements do not extend into the content that they include.
1604-
For example, menu bars (see the [ioccc.css](%%DOCROOT_SLASH%%ioccc.css)
1604+
For example, menu bars (see the [ioccc.css](../ioccc.css)
16051605
stylesheet) will not operate under an HTML element.
16061606

16071607

@@ -1612,7 +1612,7 @@ The `<embed>` HTML element does not work for our needs.
16121612
This element wants one to specify the `width` and `height` in pixels.
16131613
Use of a percentage is not officially supported even if some browsers
16141614
might do so. Our Responsive Web Design in the
1615-
[ioccc.css](%%DOCROOT_SLASH%%ioccc.css) stylesheet
1615+
[ioccc.css](../ioccc.css) stylesheet
16161616
needs to be responsive to small-sized cell phone-like screens,
16171617
mid-sized table-like screens, as well as large-sized desktop-like screens.
16181618
Specifying a `width` and `height` in pixels will not work well in
@@ -1625,7 +1625,7 @@ The `<iframe>` HTML element does not work for our needs.
16251625

16261626
This element wants one to specify the `width` and `height` in pixels. Use of a
16271627
percentage is not officially supported even if some browsers might do so. Our
1628-
Responsive Web Design in the [ioccc.css](%%DOCROOT_SLASH%%ioccc.css) stylesheet
1628+
Responsive Web Design in the [ioccc.css](../ioccc.css) stylesheet
16291629
needs to be responsive to small-sized cell phone-like screens, mid-sized
16301630
table-like screens, as well as large-sized desktop-like screens. Specifying a
16311631
`width` and `height` in pixels will not work well in all of those screen size

sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16670,11 +16670,11 @@
1667016670
</url>
1667116671
<url>
1667216672
<loc>https://www.ioccc.org/bin/README.md</loc>
16673-
<lastmod>2025-08-25T04:20:24+00:00</lastmod>
16673+
<lastmod>2025-08-25T04:35:04+00:00</lastmod>
1667416674
</url>
1667516675
<url>
1667616676
<loc>https://www.ioccc.org/bin/README.md</loc>
16677-
<lastmod>2025-08-25T04:20:24+00:00</lastmod>
16677+
<lastmod>2025-08-25T04:35:04+00:00</lastmod>
1667816678
</url>
1667916679
<url>
1668016680
<loc>https://www.ioccc.org/bin/sgi.sh</loc>
@@ -16930,7 +16930,7 @@
1693016930
</url>
1693116931
<url>
1693216932
<loc>https://www.ioccc.org/status.html</loc>
16933-
<lastmod>2025-08-25T04:29:45+00:00</lastmod>
16933+
<lastmod>2025-08-25T04:35:43+00:00</lastmod>
1693416934
</url>
1693516935
<url>
1693616936
<loc>https://www.ioccc.org/status.json</loc>

status.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
<!-- END: this line ends content from: inc/head.default.html -->
2626

2727
<!-- -->
28-
<!-- This web page was formed via the tool: bin/gen-status.sh -->
29-
<!-- The main section of this web page came from JSON and other data files -->
28+
<!-- This web page was formed via the tool: bin/gen-top-html.sh -->
29+
<!-- The content of main section of this web page came from: status.md -->
3030
<!-- -->
3131

3232
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
33-
<!-- The main section of this web page was generated via the tool: bin/gen-status.sh -->
34-
<!-- The main section of this web page was generated via the tool: bin/gen-status.sh -->
35-
<!-- The main section of this web page was generated via the tool: bin/gen-status.sh -->
33+
<!-- !!! Do not modify this web page, instead modify the file: status.md !!! -->
34+
<!-- !!! Do not modify this web page, instead modify the file: status.md !!! -->
35+
<!-- !!! Do not modify this web page, instead modify the file: status.md !!! -->
3636
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
3737

3838
<!-- Markdown content was converted into HTML via the tool: bin/md2html.sh -->

0 commit comments

Comments
 (0)