Skip to content

Commit

Permalink
Update github link in editor to correct repo url.
Browse files Browse the repository at this point in the history
This is just so that hovering over the github link in the online editor
actually shows the most recent repo url for the project, rather than the
previous one.
  • Loading branch information
sdawson committed Apr 26, 2016
1 parent 696179f commit 06a472b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/fullscreen.html
Expand Up @@ -100,7 +100,7 @@
</div>

<div class='overlay botright'>
<span><a href="https://github.com/josephg/boilerplate">github</a></span>
<span><a href="https://github.com/josephg/steamdance">github</a></span>
</div>

<div class="toolpanel">
Expand Down
2 changes: 1 addition & 1 deletion views/editor.ejs
Expand Up @@ -195,7 +195,7 @@ a:after {
</div>

<div class='overlay botright'>
<span><a href="https://github.com/josephg/boilerplate">github</a></span>
<span><a href="https://github.com/josephg/steamdance">github</a></span>
</div>

<div class="toolpanel">
Expand Down

0 comments on commit 06a472b

Please sign in to comment.