From cc2d8ea71d1b89dbeee6e19d33cc061a6c8c6c2e Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 25 Sep 2017 09:22:33 -0400 Subject: [PATCH] Update link to Staticman configuration file documentation --- docs/_docs/05-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/05-configuration.md b/docs/_docs/05-configuration.md index 23c2a517..bc4b7bf6 100644 --- a/docs/_docs/05-configuration.md +++ b/docs/_docs/05-configuration.md @@ -315,7 +315,7 @@ Transform user comments into `_data` files that live inside of your GitHub repos ###### Configure Staticman -Default settings have been provided in `_config.yml`. The important ones to set are `provider: "staticman"`, `branch`, and `path`. View the [full list of configurations](https://github.com/eduardoboucas/staticman#jekyll-configuration). +Default settings have been provided in `_config.yml`. The important ones to set are `provider: "staticman"`, `branch`, and `path`. View the [full list of configurations](https://staticman.net/docs/configuration). **Note:** Staticman is currently only compatible with GitHub based repositories. [Support for GitLab Pages](https://github.com/eduardoboucas/staticman/issues/22) is planned but not available yet. {: .notice--warning}