Skip to content

Commit

Permalink
Update docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Sep 27, 2024
1 parent eaa3bd0 commit 30e6c06
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Libraries:

- [Android Allure Gradle Plugin](changelog_android_allure.md)
- [Test reports](changelog_reports.md)
- [JUnit4 Rules](changelog_junit4_rules.md)
- [Android Allure Gradle Plugin](changelog-android-allure)
- [Test reports](changelog-reports)
- [JUnit4 Rules](changelog-junit4-rules)
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ implementation "com.rubensousa.carioca:report-json:{{ report.version }}"
implementation "com.rubensousa.carioca:report-runtime:{{ report.version }}"
```

Jump to [this guide](android_test_reports.md) for how to integrate this library.
Jump to [this guide](test-reports-android) for how to integrate this library.


## License
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,6 @@ and can be found in `build/outputs/connected_android_test_additional_output/**/c

By default, those reports are in json format and are not really easily readable.
To visualize them properly, this library ships with an [Allure](https://allurereport.org/) plugin that can be used to generate test reports based on
the metadata collected through each test execution. Check it out in [this page](allure_plugin.md).
the metadata collected through each test execution. Check it out in [this page](android-allure-plugin).


4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ plugins:

nav:
- 'Overview': index.md
- 'Android Test Reports': android_test_reports.md
- 'Android Allure Plugin': allure_plugin.md
- 'Android Test Reports': test-reports-android.md
- 'Android Allure Plugin': android-allure-plugin.md
- 'Changelog': changelog.md
- 'API': api/

0 comments on commit 30e6c06

Please sign in to comment.