Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirkosmala committed Jan 31, 2018
1 parent 25d98ba commit 00093ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ The reference is split in half: CSS and JS.

Create mini applications step by step with explanations.

- Wikipedia API + Interface
- [Pasta Timer using CSS + JS](./docs/tutorials/pasta-timer.md)

### Guides
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/pasta-timer-final.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!doctype html>
<title>Pasta Timer</title>

<link rel="stylesheet" href="../css/src/bootstrap.css">
<link rel="stylesheet" href="../../css/src/bootstrap.css">
<script type="module">
import {Observable, h, mount} from '../js/src/index.js'
import {Observable, h, mount} from '../../js/src/index.js'

class PastaTimer extends Observable {
constructor() {
Expand Down

0 comments on commit 00093ae

Please sign in to comment.