Skip to content

Commit

Permalink
docs: fix links broken after migration from HTTPure to HTTPurple
Browse files Browse the repository at this point in the history
As result of migration directory `src/HTTPure` was renamed to
`src/HTTPurple`, but some references weren't updated. Fix that.
  • Loading branch information
Hi-Angel authored and sigma-andex committed Sep 18, 2024
1 parent 0534903 commit edd1b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ corresponding to each helper--for instance, `HTTPure.ok'` and
they also return response headers--see the [Setting Response
Headers](#setting-response-headers) section below for more details.

For a full list of helpers, see the [Response](../src/HTTPure/Response.purs)
For a full list of helpers, see the [Response](../src/HTTPurple/Response.purs)
module.

In some cases, the defined helpers don't cover your needs--for instance, if
Expand Down
2 changes: 1 addition & 1 deletion docs/Routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ router { method } = HTTPurple.ok $ "received a " <> show method
```

To see the list of methods that HTTPure understands, see the
[Method](../src/HTTPure/Method.purs) module. To see an example server that
[Method](../src/HTTPurple/Method.purs) module. To see an example server that
routes based on the HTTP method, see [the Post
example](./Examples/Post/Main.purs).

Expand Down

0 comments on commit edd1b68

Please sign in to comment.