Skip to content

Commit

Permalink
docs: Fix links in readme files
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek committed Apr 3, 2024
1 parent e57846a commit 862a853
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ Lastly, a pull request check on [Github Actions](../../actions) is going to kick
- [ ] after merge, wait until `Main CI` is green
2. Execute `npm run publish`
- [ ] create and push new `vX.X.X` tag
- [ ] create a new GitHub [release](https://github.com/redhat-developer/vscode-extension-tester/releases) from a new `vX.X.X` tag (with generated release notes)
- [ ] create a new GitHub [release](../../releases) from a new `vX.X.X` tag (with generated release notes)

### Post publish tasks

- [ ] Close published version [milestone](https://github.com/redhat-developer/vscode-extension-tester/milestones) and update ExTester [project board](https://github.com/orgs/redhat-developer/projects/41/views/3)
- [ ] Close published version [milestone](../../milestones) and update ExTester [project board](../../projects/41/views/3)
- Update `examples/helloworld-extester` project
- [ ] Bump `vscode-extension-tester` version to recently released one
- [ ] Run tests and check everything is working properly
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
<a href="https://www.npmjs.com/package/vscode-extension-tester"><img src="https://img.shields.io/npm/v/vscode-extension-tester?label=extester&color=orange&style=for-the-badge" alt="ExTester"/></a>
<a href="https://www.npmjs.com/package/@redhat-developer/locators"><img src="https://img.shields.io/npm/v/v@redhat-developer/locators?color=orange&label=locators&style=for-the-badge" alt="ExTester Locators"/></a>
<a href="https://www.npmjs.com/package/@redhat-developer/locators"><img src="https://img.shields.io/npm/v/@redhat-developer/locators?color=orange&label=locators&style=for-the-badge" alt="ExTester Locators"/></a>
<a href="https://www.npmjs.com/package/@redhat-developer/page-objects"><img src="https://img.shields.io/npm/v/@redhat-developer/page-objects?color=orange&label=page%20objects&style=for-the-badge" alt="ExTester Page Objects"/></a>
<a href="https://github.com/redhat-developer/vscode-extension-tester/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-blue.svg?style=for-the-badge&logo=appveyor" alt="License"/></a>
</br>
Expand Down Expand Up @@ -52,20 +52,20 @@ Simply install our package into your extension `devDependencies` to get started:
npm install --save-dev vscode-extension-tester@latest
```

Make sure to check out the 🔗 [Documentation](#documentation) for detailed instructions.
Make sure to check out the 🔗 [Documentation](../../wiki) for detailed instructions.

- 📄 [How to set up the tests](./docs/Test-Setup)
- 📄 [Configuring Mocha](./docs/Mocha-Configuration)
- 📄 [An example simple test case](./docs/Writing-Simple-Tests)
- 📄 [Page objects API quick guide](./docs/Page-Object-APIs)
- 📄 [How to set up the tests](../../wiki/Test-Setup)
- 📄 [Configuring Mocha](../../wiki/Mocha-Configuration)
- 📄 [An example simple test case](../../wiki/Writing-Simple-Tests)
- 📄 [Page objects API quick guide](../../wiki/Page-Object-APIs)

### Documentation

Our full documentation is located in 🔗 [GitHub Wiki](https://github.com/redhat-developer/vscode-extension-tester/wiki). Included are details about Page Objects API and how to setup Mocha tests information.
Our full documentation is located in 🔗 [GitHub Wiki](../../wiki). Included are details about Page Objects API and how to setup Mocha tests information.

### Issues

Something is not working properly? In that case, feel free to 🔗 [open feature requests, report bugs, etc.](https://github.com/redhat-developer/vscode-extension-tester/issues)
Something is not working properly? In that case, feel free to 🔗 [open feature requests, report bugs, etc.](../../issues/new/choose)

### Get Involved

Expand Down
18 changes: 9 additions & 9 deletions packages/extester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@ Simply install our package into your extension `devDependencies` to get started:
npm install --save-dev vscode-extension-tester@latest
```

Make sure to check out the 🔗 [Documentation](../../wiki) for detailed instructions.
Make sure to check out the 🔗 [Documentation](../../../../wiki) for detailed instructions.

- 📄 [How to set up the tests](../../wiki/Test-Setup)
- 📄 [Configuring Mocha](../../wiki/Mocha-Configuration)
- 📄 [An example simple test case](../../wiki/Writing-Simple-Tests)
- 📄 [Page objects API quick guide](../../wiki/Page-Object-APIs)
- 📄 [How to set up the tests](../../../../wiki/Test-Setup)
- 📄 [Configuring Mocha](../../../../wiki/Mocha-Configuration)
- 📄 [An example simple test case](../../../../wiki/Writing-Simple-Tests)
- 📄 [Page objects API quick guide](../../../../wiki/Page-Object-APIs)

### Documentation

Our full documentation is located in 🔗 [GitHub Wiki](../../wiki). Included are details about Page Objects API and how to setup Mocha tests information.
Our full documentation is located in 🔗 [GitHub Wiki](../../../../wiki). Included are details about Page Objects API and how to setup Mocha tests information.

### Issues

Something is not working properly? In that case, feel free to 🔗 [open feature requests, report bugs, etc.](https://github.com/redhat-developer/vscode-extension-tester/issues/new/choose)
Something is not working properly? In that case, feel free to 🔗 [open feature requests, report bugs, etc.](../../../../issues/new/choose)

### Get Involved

![Contribution Welcomed](https://img.shields.io/badge/welcomed-yellow.svg?style=for-the-badge&label=contribution)

If you'd like to help us get better, we appreciate it! Check out our 🔗 [Contribution Guide](CONTRIBUTING.md) on how to do that.
If you'd like to help us get better, we appreciate it! Check out our 🔗 [Contribution Guide](../../CONTRIBUTING.md) on how to do that.

### Known Issues

We have prepared few answers for most common problems community reported. See 🔗 [Known Issues](KNOWN_ISSUES.md)
We have prepared few answers for most common problems community reported. See 🔗 [Known Issues](../../KNOWN_ISSUES.md)
2 changes: 1 addition & 1 deletion packages/page-objects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<h2 align="center">Page Objects</h2>

<p align="center">
Page Object API implementation for a VS Code editor used by <a href="https://github.com/redhat-developer/vscode-extension-tester">ExTester</a> framework - 📄 <a href="https://github.com/redhat-developer/vscode-extension-tester/wiki/Page-Object-APIs">Documentation</a>.
Page Object API implementation for a VS Code editor used by <a href="https://github.com/redhat-developer/vscode-extension-tester">ExTester</a> framework.</br>📄 <a href="https://github.com/redhat-developer/vscode-extension-tester/wiki/Page-Object-APIs">Documentation</a>
</p>

0 comments on commit 862a853

Please sign in to comment.