Skip to content

Commit

Permalink
changed anchor in intro to keep consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarijo committed Aug 26, 2023
1 parent f07e7e9 commit 19d1aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/vocabulary/1.0.0/index-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
$.fn.ignore = function(sel){
return this.clone().find(sel||">*").remove().end();
}; $(function(){
$("#introduction").load("sections/introduction-en.html");
$("#introd").load("sections/introduction-en.html");
$("#overview").load("sections/overview-en.html");
$("#description").load("sections/description-en.html");
$("#crossref").load("sections/crossref-en.html", null, loadHash);
Expand Down Expand Up @@ -88,7 +88,7 @@ <h2>Release: August 26th, 2023</h2>
<span>WIDOCO Specification Draft</span>
</div>
</div> <div id="abstract"></div>
<div id="toc"></div> <div id="introduction"></div>
<div id="toc"></div> <div id="introd"></div>
<div id="overview"></div>
<div id="description"></div>
<div id="crossref"></div>
Expand Down

0 comments on commit 19d1aff

Please sign in to comment.