瀏覽代碼

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

Eric Redon 5 年之前
父節點
當前提交
e16efe28e0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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%%