Skip to content

Commit bd7ad94

Browse files
lefticusclaude
andcommitted
Add develop branch link to WebAssembly demo section
Include links to both main and develop deployments so users can see both stable and development versions of the demo. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent ad7a4f9 commit bd7ad94

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/template/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
## WebAssembly Demo
1111

12-
Try the live WebAssembly demo: [https://%%myorg%%.github.io/%%myproject%%/](https://%%myorg%%.github.io/%%myproject%%/)
12+
Try the live WebAssembly demo:
13+
- Main: [https://%%myorg%%.github.io/%%myproject%%/](https://%%myorg%%.github.io/%%myproject%%/)
14+
- Develop: [https://%%myorg%%.github.io/%%myproject%%/develop/](https://%%myorg%%.github.io/%%myproject%%/develop/)
1315

1416
The `main` branch deploys to the root, `develop` to `/develop/`, and tags to `/tagname/`.
1517

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ It includes
2222
* large GitHub action testing matrix
2323
* WebAssembly build support with automatic GitHub Pages deployment
2424

25-
**Live Demo:** If you enable GitHub Pages in your project created from this template, you'll have a working example like this: [https://cpp-best-practices.github.io/cmake_template/](https://cpp-best-practices.github.io/cmake_template/)
25+
**Live Demo:** If you enable GitHub Pages in your project created from this template, you'll have a working example like this:
26+
- Main: [https://cpp-best-practices.github.io/cmake_template/](https://cpp-best-practices.github.io/cmake_template/)
27+
- Develop: [https://cpp-best-practices.github.io/cmake_template/develop/](https://cpp-best-practices.github.io/cmake_template/develop/)
2628

2729
The `main` branch deploys to the root, `develop` to `/develop/`, and tags to `/tagname/`.
2830

0 commit comments

Comments
 (0)