Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5 from standardhealth/link-fixes
Browse files Browse the repository at this point in the history
Fixed invalid URLS
  • Loading branch information
Abhijay authored Mar 27, 2018
2 parents 053d907 + fa19337 commit b423d3f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shr-json-javadoc",
"version": "1.3.0",
"version": "1.3.1",
"description": "Convert the canonical JSON into a java doc style representation",
"main": "export.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions templates/dataElement.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ if (location.href.indexOf('is-external=true') == -1) {
<li class="navBarCell1Rev">
<a href="../overview-summary.html">Back to overview</a>
</li>
<li class="navBarCell1Rev">
<!-- <li class="navBarCell1Rev">
<a href="/../" target="_top">Back to <%= metaData.projectShorthand %> Website</a>
</li>
</li> -->
</ul>
<div class="aboutLanguage">
<em>
Expand All @@ -48,6 +48,7 @@ if (location.href.indexOf('is-external=true') == -1) {
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<a name="skip-navbar_top"></a>
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle"><%= element.namespace %></div>
Expand Down
3 changes: 2 additions & 1 deletion templates/info.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ if (location.href.indexOf('is-external=true') == -1) {
<div class="topNav"><a name="navbar_top"></a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"></a>
<ul class="navList" title="Navigation">
<li class="navBarCell1Rev"><a href="../overview-summary.html">Back to overview</a></li>
<li class="navBarCell1Rev"><a href="/../" target="_top">Back to <%= metaData.projectShorthand %> Website</a></li>
<!-- <li class="navBarCell1Rev"><a href="/../" target="_top">Back to <%= metaData.projectShorthand %> Website</a></li> -->
</ul>
<div class="aboutLanguage"><em><strong><%= metaData.projectShorthand %> Reference Model Version</strong></em><br/><%= namespace.name %></div>
</div>
<a name="skip-navbar_top"></a>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer">
<h2 title="Overview">Overview of <%= namespace.name %></h2>
Expand Down
16 changes: 8 additions & 8 deletions templates/overview-summary.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
<a name="navbar_top_firstrow"></a>
<ul class="navList" title="Navigation">
<li class="navBarCell1Rev">Overview</li>
<li class="navBarCell1Rev"><a href="/../" target="_top">Back to <%= metaData.projectShorthand %> Website</a></li>
<!-- <li class="navBarCell1Rev"><a href="/../" target="_top">Back to <%= metaData.projectShorthand %> Website</a></li> -->
</ul>
<div class="aboutLanguage">
<em><strong><%= metaData.projectShorthand %>&nbsp;Reference&nbsp;Model</strong></em>
</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index.html?overview-summary.html" target="_top">Frames</a></li>
<li><a href="index.html" target="_top">Frames</a></li>
<li><a href="overview-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<!-- <ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
</ul> --> <!-- This is doesn't link to anything -->
<div>
<script type="text/javascript">
//<![CDATA[
Expand All @@ -54,7 +54,7 @@
//]]>
</script>
</div>
<a name="skip-navbar_top">
<a name="skip-navbar_top"></a>
</a>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
Expand Down Expand Up @@ -114,12 +114,12 @@
<li></li>
</ul>
<ul class="navList">
<li><a href="index.html?overview-summary.html" target="_top">Frames</a></li>
<li><a href="index.html" target="_top">Frames</a></li>
<li><a href="overview-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<!-- <ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
</ul> --> <!-- This is doesn't link to anything -->
<div>
<script type="text/javascript">
//<![CDATA[
Expand Down

0 comments on commit b423d3f

Please sign in to comment.