Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
I've found a few links in the documentation that return 404 pages. They are organized by page and then the url that is dead. The term in the parenthesis can be searched for on the page to find the location of the dead link.
http://aurora.apache.org/documentation/latest/:
- http://aurora.apache.org/documentation/latest/resource-isolation/ (Resource Isolation and Sizing)
http://aurora.apache.org/documentation/latest/client-commands/#coordinated-job-updates:
- http://aurora.apache.org/documentation/latest/configuration-reference.md#updateconfig-objects (pulseJobUpdate RPC)
- http://aurora.apache.org/documentation/latest/client-commands/configuration-reference.md#updateconfig-objects (pulseintervalsecs)
http://aurora.apache.org/documentation/latest/user-guide/
- All of the anchor tags at the top don't go anywhere
- http://aurora.apache.org/documentation/latest/user-guide/configuration-reference.md#user-content-healthcheckconfig-objects (configuration reference)
http://aurora.apache.org/documentation/latest/configuration-reference/
- http://aurora.apache.org/documentation/latest/configuration-reference/client-commands.md#user-content-coordinated-job-updates (coordinated update)
http://aurora.apache.org/documentation/latest/cron-jobs/
- http://aurora.apache.org/documentation/latest/cron-jobs/configuration-reference.md#task-objects (Task object)
- http://aurora.apache.org/documentation/latest/cron-jobs/configuration-reference.md#job-objects (Job object)
http://aurora.apache.org/documentation/latest/deploying-aurora-scheduler/
- http://aurora.apache.org/documentation/latest/deploying-aurora-scheduler/examples/vagrant/upstart/mesos-slave.conf (vagrant example)
- http://aurora.apache.org/documentation/latest/deploying-aurora-scheduler/configuration-reference.md#specifying-scheduling-constraints (scheduling constraints)
- http://aurora.apache.org/documentation/latest/deploying-aurora-scheduler/storage-config.md#scheduler-storage-configuration-flags (See this document)
http://aurora.apache.org/documentation/latest/storage/
- http://aurora.apache.org/documentation/latest/storage/storage-config.md#recovering-from-a-scheduler-backup (disaster recovery problem)
http://aurora.apache.org/documentation/latest/storage-config/
- http://aurora.apache.org/documentation/latest/src/main/java/org/apache/aurora/scheduler/log/mesos/MesosLogStreamModule.java (See code for other available Mesos replicated log)
- http://aurora.apache.org/documentation/latest/storage-config/deploying-aurora-scheduler.md#replicated-log-configuration (the replicated log configuration document)
http://aurora.apache.org/documentation/latest/sla/
- http://aurora.apache.org/documentation/latest/src/main/java/org/apache/aurora/scheduler/base/ResourceAggregates.java (ResourceAggregates.java)
- http://aurora.apache.org/documentation/latest/src/main/java/org/apache/aurora/scheduler/sla/SlaAlgorithm.java (SlaAlgorithm.java)
http://aurora.apache.org/documentation/latest/developing-aurora-client/
- http://aurora.apache.org/documentation/latest/developing-aurora-client/client-commands.md#cluster-configuration (Client Commands)
http://aurora.apache.org/documentation/latest/thrift-deprecation/