Skip to content

Commit 06aa913

Browse files
authored
Merge pull request #12 from CodingTrain/refactor_directories
refactoring directories
2 parents b80ba36 + 3bd8d66 commit 06aa913

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

index.html renamed to examples/xor/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.16/addons/p5.dom.min.js"></script>
66
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.16/addons/p5.sound.min.js"></script>
77
<script src="sketch.js"></script>
8-
<script src="nn.js"></script>
9-
<script src="matrix.js"></script>
8+
<script src="../../lib/nn.js"></script>
9+
<script src="../../lib/matrix.js"></script>
1010
</head>
1111
<body>
1212
</body>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)