Skip to content

Commit

Permalink
Make solid-file-client default Solid example
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Dec 19, 2021
1 parent 8762b81 commit 46e913f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>0data Hello World</h1>
<ul>
<li><a href="./fission/">Fission</a></li>
<li><a href="./remotestorage/">remoteStorage</a></li>
<li><a href="./solid/solid-rest-api/">Solid</a></li>
<li><a href="./solid/solid-file-client/">Solid</a></li>
</ul>

<p>This project came out of <a href="https://chat.0data.app/t/51">Zero Data Swap #4</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion solid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This folder contains some simple applications illustrating how to get started with [Solid](https://solidproject.org/) using different libraries.

- [solid-file-client](./solid-file-client): This example uses a higher-level library called [solid-file-client](https://github.com/jeff-zucker/solid-file-client). It's pretty minimal library, but makes some basic operations easier.
- [solid-rest-api](./solid-rest-api): This example is the most minimal, it only uses the authentication library and a Turtle parser. All the interaction with the POD is implemented using the native `fetch` function.
- [solid-file-client](./solid-file-client): This example uses a higher-level library called [solid-file-client](https://github.com/jeff-zucker/solid-file-client). It's still a pretty minimal library, but makes some basic operations easier.

## Understanding the code

Expand Down
2 changes: 1 addition & 1 deletion solid/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ <h1>Solid Hello World Examples</h1>
<p>Here you can find more examples following the same simple structure, but using some advanced libraries:</p>

<ul>
<li><a href="solid-rest-api/">REST API</a></li>
<li><a href="solid-file-client/">solid-file-client library</a></li>
<li><a href="solid-rest-api/">REST API</a></li>
</ul>

<p>If you would like to see even more advanced examples, you can find them in the <a href="https://github.com/0dataapp/hello/tree/main/solid#this-example-is-too-simple-can-you-make-one-using-more-libraries">FAQs</a>.</p>
Expand Down

0 comments on commit 46e913f

Please sign in to comment.