Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Jan 2, 2024
1 parent 0a8de08 commit 28b7654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/docs/api-reference/rest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

The hyper Service Framework is built using the
[`Ports and Adapters`](/docs/concepts/clean-cloud-architecture) architecture, and so can be presented (and
consumed) using any [hyper Driving Adapter aka. `App`](/docs/build/custom-app) implementation.
consumed) using any [hyper `App`](/docs/concepts/clean-cloud-architecture#hyper-apps-🎮) implementation.

However, a common presentation of hyper is an HTTP-based RESTful API. The hyper Core team maintains
an HTTP-based RESTful [hyper `App`](/docs/build/custom-app) implementation, using the popular Web
an HTTP-based RESTful hyper [hyper `App`](/docs/concepts/clean-cloud-architecture#hyper-apps-🎮) implementation, using the popular Web
Server framework [express](https://expressjs.com/).

This hyper `App` exposes each of the core hyper Services as a set of REST resources:
Expand Down
2 changes: 1 addition & 1 deletion src/docs/concepts/clean-cloud-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ It also allows for the separation of concerns. Each tier of the architecture can
### hyper Apps 🎮

The Driving Adapters in the hyper Service Framework are called `Apps` or `Apis`. The hyper Core team maintains
an HTTP-based RESTful [hyper `App`](/docs/build/custom-app) implementation, using the popular Web
an HTTP-based RESTful hyper `App` implementation, using the popular Web
Server framework [express](https://expressjs.com/). You can see the API Reference [here](/docs/api-reference/rest/index)

In the future, we would like to see more app offerings. A CLI app, a GRPC app, we've even discussed a Service Worker app, so that hyper could be run entirely in the browser, on a Service Worker 😎.
Expand Down

0 comments on commit 28b7654

Please sign in to comment.