diff --git a/.travis.yml b/.travis.yml index 4d69b33..018f630 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,7 @@ deploy: # Deploy to an organization repository's `master` branch to benefit from # a shorter, prettier URL. - repo: godot-doc-status/godot-doc-status.github.io - target_branch: master + target_branch: gh-pages # Only deploy from the `master` branch. on: diff --git a/README.md b/README.md index faad61f..ce26ced 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,7 @@ View the completion status of the Godot class reference (updated daily). -Generated HTML pages are deployed to the -[godot-doc-status.github.io](https://github.com/godot-doc-status/godot-doc-status.github.io) -repository automatically using Travis CI. - -## [View](https://godot-doc-status.github.io/) +## [View](https://godotengine.github.io/doc-status/) ## License diff --git a/config.toml b/config.toml index 90e21cb..2045c40 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://godot-doc-status.github.io/" +baseURL = "https://godotengine.github.io/doc-status/" languageCode = "en-us" title = "Godot class reference status"