We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738f801 commit 7f9aa60Copy full SHA for 7f9aa60
README.md
@@ -17,8 +17,8 @@ This repository uses two main branches:
17
To add documentation for a new library:
18
19
```bash
20
-# Switch to `doc` branch
21
-git checkout doc
+# Switch to `gh-pages` branch
+git checkout gh-pages
22
23
# Add the submodule pointing to the doc branch
24
git submodule add -b doc https://github.com/calypsonet/[library-name].git [library-name]
@@ -64,4 +64,4 @@ Please read our [contribution guidelines](https://terminal-api.calypsonet.org/co
64
65
## License
66
67
-This project is licensed under the Eclipse Public License v. 2.0. See [LICENSE](LICENSE) for details.
+This project is licensed under the Eclipse Public License v. 2.0. See [LICENSE](LICENSE) for details.
0 commit comments