errose28 commented on PR #264:
URL: https://github.com/apache/ozone-site/pull/264#issuecomment-3800371429
Looks like there's a link pointing to the recon API page that will need to
be updated. These links are actually formatted incorrectly, they should not use
number prefixes or file extensions so we have flexibility to change this in the
future. For example, the page with the broken link should have had its links
set up like this:
```diff
diff --git a/docs/03-core-concepts/01-architecture/06-recon.md
b/docs/03-core-concepts/01-architecture/06-recon.md
index dedb7b6dc..7a98760cb 100644
--- a/docs/03-core-concepts/01-architecture/06-recon.md
+++ b/docs/03-core-concepts/01-architecture/06-recon.md
@@ -52,12 +52,12 @@ Recon can integrate with any Prometheus instance
configured to collected metrics
## API Reference
-[Link to complete API
Reference](../../05-administrator-guide/03-operations/09-observability/02-recon/02-recon-rest-api.md)
+[Link to complete API
Reference](../../administrator-guide/operations/observability/recon/recon-rest-api)
## Persisted state
-- A local copy of [OM database](./02-ozone-manager.md#persisted-state)
-- A local copy of [SCM
database](./03-storage-container-manager.md#persisted-state)
+- A local copy of [OM database](./ozone-manager#persisted-state)
+- A local copy of [SCM
database](./storage-container-manager#persisted-state)
The following data is persisted in Recon in the specified RocksDB directory:
```
I filed HDDS-14512 to handle this in the future, but for now we should just
update the links pointing to this page.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]