citrusframework / citrus-website

Website sources for https://citrusframework.org
MIT License
0 stars 2 forks source link

All github-links regarding reporting examples in the documentation lead to 404 errors #16

Open MarcelDeJongSuperp opened 2 years ago

MarcelDeJongSuperp commented 2 years ago

Citrus Version 3.2.1

Expected behavior Proper links to the reporting template examples on the Citrus Framework Github

Actual behavior The links to the template examples lead to 404-page not found errors on your github

Test case sample First test case: Click on the "report-templates resources"-link here https://citrusframework.org/citrus/reference/3.2.1/html/index.html#html-reports this leads to to this page, which doesn't exist: https://github.com/citrusframework/citrus/tree/master/modules/citrus-core/src/main/resources/com/consol/citrus/report

Second test case: Go to this page: https://citrusframework.org/samples/reporting/ Click on the link "resources/citrus-application.properties." halfway down the page. This leads to this page, which also doesn't exist: https://citrusframework.org/samples/reporting/src/test/resources/citrus-application.properties

Third test case: Go to this page: https://citrusframework.org/samples/reporting/ Click on the link that says "this sample’s github repository", this leads to this page: https://citrusframework.org/samples/reporting/src/test/java/com/consol/citrus/samples/todolist/reporting/ExtentReporter.java And that too does not exist.

MarcelDeJongSuperp commented 2 years ago

I believe I may have found the new location of the first link (but I don't know for sure): https://github.com/citrusframework/citrus/tree/main/core/citrus-base/src/main/resources/com/consol/citrus/report Did citrus-core get renamed to citrus-base at any point in time?