diff --git a/README.md b/README.md index 4514ca7862c..3bd6871b127 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,6 @@ Everyone interacting in the dbt project's codebases, issue trackers, chat rooms, [PyPA Code of Conduct]: https://www.pypa.io/en/latest/code-of-conduct/ [slack-url]: http://ac-slackin.herokuapp.com/ -[Installation]: http://dbt.readthedocs.io/en/master/guide/setup/ -[What is dbt]: http://dbt.readthedocs.io/en/master/about/overview/ -[dbt viewpoint]: http://dbt.readthedocs.io/en/master/about/viewpoint/ +[Installation]: https://dbt.readme.io/docs/installation +[What is dbt]: https://dbt.readme.io/docs/overview +[dbt viewpoint]: https://dbt.readme.io/docs/viewpoint diff --git a/dbt/version.py b/dbt/version.py index ea0b97149f8..acc00869217 100644 --- a/dbt/version.py +++ b/dbt/version.py @@ -42,7 +42,7 @@ def not_latest(): return """Your version of dbt is out of date! You can find instructions for upgrading here: - http://dbt.readthedocs.io/en/master/guide/setup/ + https://dbt.readme.io/docs/installation """ diff --git a/sample.dbt_project.yml b/sample.dbt_project.yml index 00410d9556f..35fa7bda8a4 100644 --- a/sample.dbt_project.yml +++ b/sample.dbt_project.yml @@ -1,9 +1,9 @@ # This configuration file specifies information about your package # that dbt needs in order to build your models. This file is _required_ -# +# # For more information, consult: -# http://dbt.readthedocs.io/en/master/guide/configuring-models/ +# https://dbt.readme.io/reference#configuration # @@ -192,4 +192,4 @@ repositories: # # Data archival is a powerful feature intended for advanced dbt users. For more -# information, consult: http://dbt.readthedocs.io/en/master/guide/archival/ +# information, consult: https://dbt.readme.io/reference#archives