Skip to content

Commit

Permalink
Merge pull request #5774 from wborn/fix-links
Browse files Browse the repository at this point in the history
Fix a few broken links
  • Loading branch information
pkriens committed Sep 13, 2023
2 parents bb99034 + 1106485 commit 1d73757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 1d73757

Please sign in to comment.