diff options
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/README.md b/examples/README.md index dd11493..42c3ee1 100644 --- a/examples/README.md +++ b/examples/README.md @@ -5,13 +5,13 @@ show how to use Ponzu and its features. The goal of this directory is not to hos full Ponzu projects, but rather just a few files or a package to demonstrate interface implementation, using hooks, adding new API endpoints, or creating/using addons. -For full-project examples, please see the [`ponzu-cms/examples`](https://github.com/ponzu-cms/examples) repo. +For full-project examples, please see the [`ponzu-cms/examples`](https://github.com/haturatu/examples) repo. If you are making a contribution to the Ponzu project and are introducing a new feature, it would be very helpful to include an example with a concrete use-case for this directory. ### Table of Contents -1. [Create content via HTTP API using the `api.Createable` interface](https://github.com/ponzu-cms/ponzu/tree/master/examples/createable) -2. [Update content via HTTP API using the `api.Updateable` interface](https://github.com/ponzu-cms/ponzu/tree/master/examples/updateable) -3. [Delete content via HTTP API using the `api.Deleteable` interface](https://github.com/ponzu-cms/ponzu/tree/master/examples/deleteable) +1. [Create content via HTTP API using the `api.Createable` interface](https://github.com/haturatu/ponzu/tree/master/examples/createable) +2. [Update content via HTTP API using the `api.Updateable` interface](https://github.com/haturatu/ponzu/tree/master/examples/updateable) +3. [Delete content via HTTP API using the `api.Deleteable` interface](https://github.com/haturatu/ponzu/tree/master/examples/deleteable) |