Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
kwkwan committed Jan 15, 2025
1 parent 6a51fb0 commit 2020095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ $(CSD_OUTPUT_DIR):
$(CSD_OUTPUT_DIR)/%.html $(CSD_OUTPUT_DIR)/%.pdf $(CSD_OUTPUT_DIR)/%.doc $(CSD_OUTPUT_DIR)/%.rxl $(CSD_OUTPUT_DIR)/%.xml:
cp $(CSD_INPUT_DIR)/$(notdir $*).xml $(CSD_OUTPUT_DIR) && \
cd $(CSD_OUTPUT_DIR) && \
${PREFIX_CMD} metanorma --agree-to-terms -t csd -x html,pdf,doc,xml,rxl $*.xml
${PREFIX_CMD} metanorma -t csd -x html,doc,xml,rxl $*.xml

# This empty target is necessary so that make detects changes in _input/*.yaml
_input/%.yaml:
Expand Down
2 changes: 1 addition & 1 deletion _pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CalConnect works closely with liaison partners including international
organizations such as ISO, OASIS and M3AAWG.

In compliance with WTO TBT rules, all documents under 60-day public review
(as defined in link:/standards/csd-publication-process.html[CC/DIR 10001])
(as defined in link:/standards/csd/10001.html[CC/DIR 10001])
are provided on this site.

Documents in this registry are provided in the following formats:
Expand Down

0 comments on commit 2020095

Please sign in to comment.