diff --git a/web/src/routes/docs/apps/+page.svelte b/web/src/routes/docs/apps/+page.svelte
index 1ff24c8..56da98d 100644
--- a/web/src/routes/docs/apps/+page.svelte
+++ b/web/src/routes/docs/apps/+page.svelte
@@ -28,8 +28,7 @@
then be automatically built and deployed. See the Dokku docs on this method
here.
- If the repo is private, ensure you have configured access following the instructions
- here.
+ If the repo is private, ensure you have configured access in the Settings page.
Shokku is an interface for Dokku - an
open source, self-hostable PaaS
- (commercial options include Heroku, fly.io,
- or Render)
+ (commercial options include Heroku,
+ fly.io, or Render)
It is recommended you are familiar with the underlying Dokku project
(read the docs).
diff --git a/web/src/routes/docs/services/+page.svelte b/web/src/routes/docs/services/+page.svelte
index ed74863..1bf0917 100644
--- a/web/src/routes/docs/services/+page.svelte
+++ b/web/src/routes/docs/services/+page.svelte
@@ -45,6 +45,7 @@
Services need to be linked to an app. Once this is done, the connection
- information will be available in the UI, and injected as an environment variable
- to the app (eg REDIS_URL)
+ information will be available to the app as an environment variable
+ (eg REDIS_URL). These can be viewed in the Environment Variables
+ app page.
todo
\ No newline at end of file