Skip to content

Commit 7adbe6b

Browse files
committed
Fix demo footer links to loadSidebarV2 docs on master branch.
The repo default branch is master; blob/main URLs returned 404.
1 parent f91c7f6 commit 7adbe6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h1>Angie SDK demos</h1>
121121
<footer>
122122
<a href="https://github.com/elementor/angie-sdk">View on GitHub</a>
123123
·
124-
<a href="https://github.com/elementor/angie-sdk/blob/main/src/load-sidebar-v2/README.md">loadSidebarV2 docs</a>
124+
<a href="https://github.com/elementor/angie-sdk/blob/master/src/load-sidebar-v2/README.md">loadSidebarV2 docs</a>
125125
</footer>
126126
</div>
127127
</body>

demo/load-sidebar-v2-full-config/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h2 class="demo-card-title">Try Angie on this screen</h2>
138138
·
139139
<a href="../">All demos</a>
140140
·
141-
<a href="https://github.com/elementor/angie-sdk/blob/main/src/load-sidebar-v2/README.md">loadSidebarV2 docs</a>
141+
<a href="https://github.com/elementor/angie-sdk/blob/master/src/load-sidebar-v2/README.md">loadSidebarV2 docs</a>
142142
</p>
143143
</footer>
144144
</div>

0 commit comments

Comments
 (0)