Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a few broken links #5774

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_chapters/200-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,5 @@ If you change the message, you will see that the component is first deactivated

It is also possible to take advantage of the configuration factories. In this model

An example, that implements a simple socket server on a configurable port and returns a message when a telnet session is opened to that port can be found on [Github](https://github.com/bnd/aQute/blob/master/aQute.metatype/src/aQute/metatype/components/ServerSocketComponent.java).
An example, that implements a simple socket server on a configurable port and returns a message when a telnet session is opened to that port can be found on [Github](https://github.com/bndtools/aQute/blob/master/aQute.metatype/src/aQute/metatype/components/ServerSocketComponent.java).

2 changes: 1 addition & 1 deletion docs/_chapters/310-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To setup an environment to test continuously, the following launcher configurati

The example setup creates a bundle containing the `org.example.tests` package and sets the `Test-Cases` header to all JUnit 3 test cases in that package. If you run this setup, it runs the project bundle with the `biz.aQute.junit` bundle. This tester bundle is parameterized with the `tester.*` properties to have trace on, continuous mode on, and to put the test reports in `./testdir`.

You can find a bndtools project that shows this at [Github](https://github.com/bnd/aQute/tree/master/aQute.testing).
You can find a bndtools project that shows this at [Github](https://github.com/bndtools/aQute/tree/master/aQute.testing).

## Testing With JUnit 5 - `biz.aQute.tester.junit-platform`

Expand Down