holly-cummins opened a new issue, #4964:
URL: https://github.com/apache/camel-quarkus/issues/4964

   It looks like the guides links in the released extensions have gone out of 
sync with the published docs again. 
   
   I've started doing transformations to map from dead links (trying the 
previous release, etc). In these case, however, it seems like the issue isn't a 
timing one for when the docs are released and what extension is in what 
platform, but rather that we've changed the names or paths of docs pages. 
(Quarkus has this sometimes in the docs and handles it by putting redirects 
where the old pages were.)
   
   For most of these, it seems like the name should have `-component.html` 
added on to the end, but there are exceptions. For example, 
https://camel.apache.org/camel-quarkus/latest/reference/extensions/cli-connector.html
 should be https://camel.apache.org/components/latest/others/cli-connector.html.
   
   ```
       +   
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/cli-connector.html
 => 404 (Not Found) on 
http://localhost:9000/org.apache.camel.quarkus/camel-quarkus-cli-connector";,
       +   
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/datasonnet.html
 => 404 (Not Found) on 
http://localhost:9000/org.apache.camel.quarkus/camel-quarkus-datasonnet";,
       +   
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/elasticsearch.html
 => 404 (Not Found) on 
http://localhost:9000/org.apache.camel.quarkus/camel-quarkus-elasticsearch";,
       +   
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/mapstruct.html
 => 404 (Not Found) on 
http://localhost:9000/org.apache.camel.quarkus/camel-quarkus-mapstruct";,
       +   
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/optaplanner.html
 => 404 (Not Found) on 
http://localhost:9000/org.apache.camel.quarkus/camel-quarkus-optaplanner";,
       +   
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/smallrye-reactive-messaging.html
 => 404 (Not Found) on 
http://localhost:9000/org.apache.camel.quarkus/camel-quarkus-smallrye-reactive-messaging";,
       +   
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/xmlsecurity.html
 => 404 (Not Found) on 
http://localhost:9000/org.apache.camel.quarkus/camel-quarkus-xmlsecurity";,
       +   
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/tika.html 
=> 404 (Not Found) on 
http://localhost:9000/org.apache.camel.quarkus/camel-quarkus-tika";,
       ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to