From d28eed0b1d708236306e730989705b1e646bad79 Mon Sep 17 00:00:00 2001 From: Sergiusz Kierat Date: Sat, 12 Mar 2016 19:04:15 +0100 Subject: [PATCH] Update CONTRIBUTING.md fix wrong url --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd893677a6..9daee01172 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -121,7 +121,7 @@ All documentation must abide by the following maxims: All documentation is preferred to be in Lightbend's standard documentation format [reStructuredText](http://doc.akka.io/docs/akka/snapshot/dev/documentation.html) compiled using Lightbend's customized [Sphinx](http://sphinx.pocoo.org/) based documentation generation system, which among other things allows all code in the documentation to be externalized into compiled files and imported into the documentation. -For more info, or for a starting point for new projects, look at the [Lightbend Documentation Template project](https://github.com/lightbendhub/doc-template). +For more info, or for a starting point for new projects, look at the [Lightbend Documentation Template project](https://github.com/typesafehub/doc-template). For larger projects that have invested a lot of time and resources into their current documentation and samples scheme (like for example Play), it is understandable that it will take some time to migrate to this new model. In these cases someone from the project needs to take the responsibility of manual QA and verifier for the documentation and samples.