Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
otykier committed Nov 15, 2023
1 parent 4c28e1f commit 723a206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whats-new/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h2>Tabular Editor Learn</h2>
<li>Help Borp, Zip, Tropphus at Spaceparts Co.</li>
</ul>
<p><a href="https://tabulareditor.com/learn">tabulareditor.com/learn</a></p>
<img src="../images/SpacePartsCo_CharacterLineUp.png" />
<img src="/images/SpacePartsCo_CharacterLineUp.png" />
<h2>Meet the team</h2>
<p>The Tabular Editor Team will be at the following conferences:</p>
<ul>
Expand All @@ -161,7 +161,7 @@ <h2>Meet the team</h2>
{
var version = getParameterByName("version");
if(!version) version = "generic";
loadDivContent(version.replaceAll(".", "-") + ".html", "version-specific-content");
loadDivContent("/whats-new/" + version.replaceAll(".", "-") + ".html", "version-specific-content");
applyStyle();
}

Expand Down

0 comments on commit 723a206

Please sign in to comment.