Skip to content

Commit

Permalink
Docs: Fix broken links (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzomen authored Nov 15, 2022
1 parent ee6ede0 commit 4a759d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In cases where a service requires a database or other resources,
the application code will also need to be modified to
use a different database for each site that uses the service.

For more details, [see the Services page](/features/services/).
For more details, [see the Services page](../features/services/).


## Sites
Expand All @@ -52,7 +52,7 @@ The three kinds of resources offered are:
- **Caches** (currently supporting Redis)
- **Storage** (currently supporting Amazon S3, or services that follow S3 API)

For more details, [see the Resources page](/features/resources/).
For more details, [see the Resources page](../features/resources/).


## Plugins
Expand All @@ -62,7 +62,7 @@ with providers of things like identity, authentication, and SSL certificates.
For example, at JPL we have closed-source plugins that connect Launchbox to
our LDAP directory, SAML single-sign-on service, and internal SSL certificate generator.

For more details, [see the Plugins page](/features/plugins/).
For more details, [see the Plugins page](../features/plugins/).


## The Management Dashboard
Expand Down

0 comments on commit 4a759d8

Please sign in to comment.