Skip to content

Commit 56afc79

Browse files
committed
fix links to main and dev branches
1 parent 870d2c2 commit 56afc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,14 @@ jobs:
309309
<h1>Rattlesnake Vibration Controller - CI/CD Hub</h1>
310310
<p>Access the latest documentation and quality reports for both the stable and development versions.</p>
311311
312-
<h2>🚀 Released ([Main Branch](https://github.com/sandialabs/rattlesnake-vibration-controller/tree/main?tab=readme-ov-file)</h2>
312+
<h2>🚀 Released (<a href="https://github.com/sandialabs/rattlesnake-vibration-controller/tree/main?tab=readme-ov-file">Main Branch</a>)</h2>
313313
<ul>
314314
<li><a href="main/book/jupyter/index.html">User's Manual (work in progress)</a> <span class="badge badge-main">stable</span></li>
315315
<li><a href="main/reports/pylint/index.html">Pylint Report (work in progress)</a></li>
316316
<li><a href="main/reports/coverage/index.html">Pytest Coverage (work in progress)</a></li>
317317
</ul>
318318
319-
<h2>🛠️ Development ([Dev Branch](https://github.com/sandialabs/rattlesnake-vibration-controller/tree/dev?tab=readme-ov-file))</h2>
319+
<h2>🛠️ Development (<a href="https://github.com/sandialabs/rattlesnake-vibration-controller/tree/dev?tab=readme-ov-file">Dev Branch</a>)</h2>
320320
<ul>
321321
<li><a href="dev/book/jupyter/index.html">User's Manual</a> <span class="badge badge-dev">latest</span></li>
322322
<li><a href="dev/reports/pylint/index.html">Pylint Report</a></li>

0 commit comments

Comments
 (0)