Skip to content

Commit 0ecec2e

Browse files
committed
updated urls
1 parent a6769f9 commit 0ecec2e

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

examples/shnippet-demo/src/App.tsx

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,24 @@ function App() {
9292
<div className="info-card__section">
9393
<h3>Source reference</h3>
9494
<p>
95-
Browse the tests and configuration in the repository once it is published to GitHub.
95+
Browse the full project on GitHub or jump straight to the test suite powering these
96+
snippets.
9697
</p>
9798
<a
9899
className="info-card__link"
99-
href="https://github.com/shnippet/shnippet-demo"
100+
href="https://github.com/dayhaysoos/shnippet"
100101
target="_blank"
101102
rel="noreferrer"
102103
>
103-
View on GitHub
104+
View repository
105+
</a>
106+
<a
107+
className="info-card__link"
108+
href="https://github.com/dayhaysoos/shnippet/blob/main/examples/shnippet-demo/tests/math.test.ts"
109+
target="_blank"
110+
rel="noreferrer"
111+
>
112+
Inspect math tests
104113
</a>
105114
</div>
106115
</div>

0 commit comments

Comments
 (0)