Skip to content

Commit

Permalink
docs: Fix wrong links
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Apr 8, 2018
1 parent 5fa4447 commit c976ccc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _docs/index.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ <h3>Input</h3>
<div class="row">
{{range .InputExamples -}}
<div class="col-3">
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/examples/{{.Name}}"><img src="images/examples/{{.Name}}.png" width="{{.ThumbWidth}}" height="{{.ThumbHeight}}" alt="Ebiten example: {{.Name}}" class="img-thumbnail"></a>
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/{{.Name}}"><img src="images/examples/{{.Name}}.png" width="{{.ThumbWidth}}" height="{{.ThumbHeight}}" alt="Ebiten example: {{.Name}}" class="img-thumbnail"></a>
</div>
{{- end}}
</div>
<h3>Audio</h3>
<div class="row">
{{range .AudioExamples -}}
<div class="col-3">
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/examples/{{.Name}}"><img src="images/examples/{{.Name}}.png" width="{{.ThumbWidth}}" height="{{.ThumbHeight}}" alt="Ebiten example: {{.Name}}" class="img-thumbnail"></a>
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/{{.Name}}"><img src="images/examples/{{.Name}}.png" width="{{.ThumbWidth}}" height="{{.ThumbHeight}}" alt="Ebiten example: {{.Name}}" class="img-thumbnail"></a>
</div>
{{- end}}
</div>
Expand Down
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,21 +114,21 @@ <h3>Graphics</h3>
<h3>Input</h3>
<div class="row">
<div class="col-3">
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/examples/gamepad"><img src="images/examples/gamepad.png" width="320" height="240" alt="Ebiten example: gamepad" class="img-thumbnail"></a>
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/gamepad"><img src="images/examples/gamepad.png" width="320" height="240" alt="Ebiten example: gamepad" class="img-thumbnail"></a>
</div><div class="col-3">
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/examples/keyboard"><img src="images/examples/keyboard.png" width="320" height="240" alt="Ebiten example: keyboard" class="img-thumbnail"></a>
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/keyboard"><img src="images/examples/keyboard.png" width="320" height="240" alt="Ebiten example: keyboard" class="img-thumbnail"></a>
</div><div class="col-3">
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/examples/typewriter"><img src="images/examples/typewriter.png" width="320" height="240" alt="Ebiten example: typewriter" class="img-thumbnail"></a>
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/typewriter"><img src="images/examples/typewriter.png" width="320" height="240" alt="Ebiten example: typewriter" class="img-thumbnail"></a>
</div>
</div>
<h3>Audio</h3>
<div class="row">
<div class="col-3">
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/examples/audio"><img src="images/examples/audio.png" width="320" height="240" alt="Ebiten example: audio" class="img-thumbnail"></a>
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/audio"><img src="images/examples/audio.png" width="320" height="240" alt="Ebiten example: audio" class="img-thumbnail"></a>
</div><div class="col-3">
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/examples/piano"><img src="images/examples/piano.png" width="320" height="240" alt="Ebiten example: piano" class="img-thumbnail"></a>
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/piano"><img src="images/examples/piano.png" width="320" height="240" alt="Ebiten example: piano" class="img-thumbnail"></a>
</div><div class="col-3">
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/examples/sinewave"><img src="images/examples/sinewave.png" width="320" height="240" alt="Ebiten example: sinewave" class="img-thumbnail"></a>
<a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/sinewave"><img src="images/examples/sinewave.png" width="320" height="240" alt="Ebiten example: sinewave" class="img-thumbnail"></a>
</div>
</div>

Expand Down

0 comments on commit c976ccc

Please sign in to comment.