Skip to content

Commit

Permalink
Update n3 CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Dec 18, 2021
1 parent c3008cd commit 2a12fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solid/solid-rest-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2>Your tasks</h2>
<button type="button" onclick="createTask()">Create new task</button>
</div>

<script src="https://cdn.jsdelivr.net/npm/n3-browserify@1.11.1"></script>
<script src="https://cdn.jsdelivr.net/npm/n3@1.12.1/browser/n3.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@inrupt/[email protected]/dist/solid-client-authn.bundle.js"></script>
<script src="solid.js"></script>
<script src="main.js"></script>
Expand Down

0 comments on commit 2a12fc3

Please sign in to comment.