aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--docs/readme.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4cc8f70..7d62994 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Repository for the documentation of the Dat Project ecosystem. View the docs at
## Writing & Editing Docs
-[See docs folder](docs/readme.md) for information on editing and adding docs. Once you finish editing the docs, send a PR to the `deploy` branch to get the edits automatically deployed.
+[See docs folder](docs/readme.md) for information on editing and adding docs. Once you finish editing the docs, send a PR to the `master` branch to get the edits automatically deployed.
### Creating + Generating Paper from Markdown
diff --git a/docs/readme.md b/docs/readme.md
index 0b0302c..2aec2dd 100644
--- a/docs/readme.md
+++ b/docs/readme.md
@@ -10,5 +10,5 @@ This documentation uses [minidocs](https://github.com/freeman-lab/minidocs).
## Deploying to Website
1. Write documentation
-2. Open PR to the `deploy` branch
+2. Open PR to the `master` branch
3. When PR is merged, Travis will automatically deploy the docs!