Skip to content

Commit fb7b96f

Browse files
committed
docs: links to empty playgrounds
1 parent 9597636 commit fb7b96f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ The current version of the library **has been tested** and **can be used** with:
3434
- [GitHub repo](https://github.com/ike18t/ng-mocks)
3535
- [NPM package](https://www.npmjs.com/package/ng-mocks)
3636

37-
* Live [example on StackBlitz](https://stackblitz.com/github/ng-mocks/examples/tree/tests?file=src/test.spec.ts)
38-
* Live [example on CodeSandbox](https://codesandbox.io/s/github/ng-mocks/examples/tree/tests?file=/src/test.spec.ts)
37+
* Live [example on StackBlitz](https://stackblitz.com/github/ng-mocks/examples?file=src/test.spec.ts)
38+
* Live [example on CodeSandbox](https://codesandbox.io/s/github/ng-mocks/examples?file=/src/test.spec.ts)
3939

4040
- [chat on gitter](https://gitter.im/ng-mocks/community)
4141
- **[ask a question on Stackoverflow](https://stackoverflow.com/questions/ask?tags=ng-mocks%20angular%20testing%20mocking)**

docs/docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ module.exports = {
2828
},
2929
{
3030
label: 'Try on StackBlitz',
31-
href: 'https://stackblitz.com/github/ng-mocks/examples/tree/tests?file=src/test.spec.ts',
31+
href: 'https://stackblitz.com/github/ng-mocks/examples?file=src/test.spec.ts',
3232
position: 'left',
3333
},
3434
{
3535
label: 'Try on CodeSandbox',
36-
href: 'https://codesandbox.io/s/github/ng-mocks/examples/tree/tests?file=/src/test.spec.ts',
36+
href: 'https://codesandbox.io/s/github/ng-mocks/examples?file=/src/test.spec.ts',
3737
position: 'left',
3838
},
3939
{
@@ -68,11 +68,11 @@ module.exports = {
6868
},
6969
{
7070
label: 'Try on StackBlitz',
71-
href: 'https://stackblitz.com/github/ng-mocks/examples/tree/tests?file=src/test.spec.ts',
71+
href: 'https://stackblitz.com/github/ng-mocks/examples?file=src/test.spec.ts',
7272
},
7373
{
7474
label: 'Try on CodeSandbox',
75-
href: 'https://codesandbox.io/s/github/ng-mocks/examples/tree/tests?file=/src/test.spec.ts',
75+
href: 'https://codesandbox.io/s/github/ng-mocks/examples?file=/src/test.spec.ts',
7676
},
7777
{
7878
label: 'Execute tests on CI',

0 commit comments

Comments
 (0)