Zoran Regvart created CAMEL-13589:
-------------------------------------
Summary: Fix broken links in the website
Key: CAMEL-13589
URL: https://issues.apache.org/jira/browse/CAMEL-13589
Project: Camel
Issue Type: Sub-task
Components: website
Reporter: Zoran Regvart
If we run {{{yarn run check}}} after the website is built we have a number of
missing pages or misdirected links reported by the link checker like:
{code}
page not found from index.html to docs/getting-started
page not found from index.html to community/sources
page not found from community/books/index.html to community/mailing-list
{code}
And a number anchors missing, like:
{code}
anchor not found from manual/latest/xml-reference.html to manual/..#
anchor not found from manual/latest/aggregate-eip.html to
manual/latest/aggregate-eip.html#sql-component
anchor not found from manual/latest/annotation-based-expression-language.html
to manual/latest/annotation-based-expression-language.html#bean-language
{code}
To fix this we need to create either placeholder pages, or fix links to pages
we already have but haven't updated the links to. Vast number of these is in
the Asciidoc files in the camel repository and those need to be revised.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)