Browse Source

Ghost: Update link to environment variables usage doc on ghost.org

Eric Redon 5 years ago
parent
commit
e16efe28e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ghost/content.md

+ 1 - 1
ghost/content.md

@@ -60,7 +60,7 @@ This Docker image for Ghost uses SQLite. There is nothing special to configure.
 
 ## Configuration
 
-All Ghost configuration parameters (such as `url`) can be specified via environment variables. See [the Ghost documentation](https://docs.ghost.org/docs/config#section-running-ghost-with-config-env-variables) for details about what configuration is allowed and how to convert a nested configuration key into the appropriate environment variable name:
+All Ghost configuration parameters (such as `url`) can be specified via environment variables. See [the Ghost documentation](https://ghost.org/docs/concepts/config/#running-ghost-with-config-env-variables) for details about what configuration is allowed and how to convert a nested configuration key into the appropriate environment variable name:
 
 ```console
 $ docker run -d --name some-ghost -e url=http://some-ghost.example.com %%IMAGE%%