Skip to content

Commit 2d95c34

Browse files
committed
fix: points the URLs to the ReadAlongs landing page
1 parent 38aa992 commit 2d95c34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/studio-web/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<div class="footer">
9898
<div class="version">
9999
<a
100-
href="https://github.com/ReadAlongs/Studio-Web"
100+
href="https://github.com/ReadAlongs"
101101
target="_blank"
102102
rel="noopener noreferrer"
103103
>&#64;readalongs/studio-web {{ version }}</a

packages/web-component/src/components/read-along-component/read-along.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2288,7 +2288,7 @@ export class ReadAlongComponent {
22882288
</div>
22892289
<p class="version">
22902290
<a
2291-
href="https://github.com/ReadAlongs/Studio-Web"
2291+
href="https://github.com/ReadAlongs"
22922292
target="_blank"
22932293
rel="noopener noreferrer"
22942294
>

0 commit comments

Comments
 (0)