Skip to content

Commit ffa9691

Browse files
docs: fix docs link, improve liking (#32)
* docs: fix docs link, improve liking * code review changes
1 parent 7fbccb0 commit ffa9691

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cli-testing-library/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ test("Is able to make terminal input and view in-progress stdout", async () => {
9898

9999
For a API reference documentation, including suggestions on how to use this
100100
library, see our
101-
[documentation introduction with further reading](./docs/introduction.md).
101+
[documentation introduction with further reading](https://cli-testing.com/guides/introduction/).
102102

103103
> While this library _does_ work in Windows, it does not appear to function
104104
> properly in Windows CI environments, such as GitHub actions. As a result, you

website/src/content/docs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hero:
1515
actions:
1616
- text: Get started
1717
icon: right-arrow
18-
link: /guides/introduction/
18+
link: /guides/introduction
1919
- text: View on GitHub
2020
icon: external
2121
variant: minimal

0 commit comments

Comments
 (0)