Update absolute TOC links. (#3138)

See druid-io/druid-io.github.io#286.
This commit is contained in:
Gian Merlino 2016-06-13 17:57:52 -07:00 committed by Xavier Léauté
parent ebf890fe79
commit dc2bf9efa5

View File

@ -2,104 +2,104 @@
--- ---
## Getting Started ## Getting Started
* [Concepts](/docs/replace-with-version/design/) * [Concepts](/docs/VERSION/design/)
* [Quickstart](/docs/replace-with-version/tutorials/quickstart.html) * [Quickstart](/docs/VERSION/tutorials/quickstart.html)
* [Loading Data](/docs/replace-with-version/tutorials/ingestion.html) * [Loading Data](/docs/VERSION/tutorials/ingestion.html)
* [Loading from Files](/docs/replace-with-version/tutorials/tutorial-batch.html) * [Loading from Files](/docs/VERSION/tutorials/tutorial-batch.html)
* [Loading from Streams](/docs/replace-with-version/tutorials/tutorial-streams.html) * [Loading from Streams](/docs/VERSION/tutorials/tutorial-streams.html)
* [Loading from Kafka](/docs/replace-with-version/tutorials/tutorial-kafka.html) * [Loading from Kafka](/docs/VERSION/tutorials/tutorial-kafka.html)
* [Clustering](/docs/replace-with-version/tutorials/cluster.html) * [Clustering](/docs/VERSION/tutorials/cluster.html)
## Data Ingestion ## Data Ingestion
* [Data Formats](/docs/replace-with-version/ingestion/data-formats.html) * [Data Formats](/docs/VERSION/ingestion/data-formats.html)
* [Data Schema](/docs/replace-with-version/ingestion/index.html) * [Data Schema](/docs/VERSION/ingestion/index.html)
* [Schema Design](/docs/replace-with-version/ingestion/schema-design.html) * [Schema Design](/docs/VERSION/ingestion/schema-design.html)
* [Schema Changes](/docs/replace-with-version/ingestion/schema-changes.html) * [Schema Changes](/docs/VERSION/ingestion/schema-changes.html)
* [Batch File Ingestion](/docs/replace-with-version/ingestion/batch-ingestion.html) * [Batch File Ingestion](/docs/VERSION/ingestion/batch-ingestion.html)
* [Stream Ingestion](/docs/replace-with-version/ingestion/stream-ingestion.html) * [Stream Ingestion](/docs/VERSION/ingestion/stream-ingestion.html)
* [Stream Push](/docs/replace-with-version/ingestion/stream-push.html) * [Stream Push](/docs/VERSION/ingestion/stream-push.html)
* [Stream Pull](/docs/replace-with-version/ingestion/stream-pull.html) * [Stream Pull](/docs/VERSION/ingestion/stream-pull.html)
* [Updating Existing Data](/docs/replace-with-version/ingestion/update-existing-data.html) * [Updating Existing Data](/docs/VERSION/ingestion/update-existing-data.html)
* [FAQ](/docs/replace-with-version/ingestion/faq.html) * [FAQ](/docs/VERSION/ingestion/faq.html)
## Querying ## Querying
* [Overview](/docs/replace-with-version/querying/querying.html) * [Overview](/docs/VERSION/querying/querying.html)
* [Timeseries](/docs/replace-with-version/querying/timeseriesquery.html) * [Timeseries](/docs/VERSION/querying/timeseriesquery.html)
* [TopN](/docs/replace-with-version/querying/topnquery.html) * [TopN](/docs/VERSION/querying/topnquery.html)
* [GroupBy](/docs/replace-with-version/querying/groupbyquery.html) * [GroupBy](/docs/VERSION/querying/groupbyquery.html)
* [Time Boundary](/docs/replace-with-version/querying/timeboundaryquery.html) * [Time Boundary](/docs/VERSION/querying/timeboundaryquery.html)
* [Segment Metadata](/docs/replace-with-version/querying/segmentmetadataquery.html) * [Segment Metadata](/docs/VERSION/querying/segmentmetadataquery.html)
* [DataSource Metadata](/docs/replace-with-version/querying/datasourcemetadataquery.html) * [DataSource Metadata](/docs/VERSION/querying/datasourcemetadataquery.html)
* [Search](/docs/replace-with-version/querying/searchquery.html) * [Search](/docs/VERSION/querying/searchquery.html)
* [Select](/docs/replace-with-version/querying/select-query.html) * [Select](/docs/VERSION/querying/select-query.html)
* Components * Components
* [Datasources](/docs/replace-with-version/querying/datasource.html) * [Datasources](/docs/VERSION/querying/datasource.html)
* [Filters](/docs/replace-with-version/querying/filters.html) * [Filters](/docs/VERSION/querying/filters.html)
* [Aggregations](/docs/replace-with-version/querying/aggregations.html) * [Aggregations](/docs/VERSION/querying/aggregations.html)
* [Post Aggregations](/docs/replace-with-version/querying/post-aggregations.html) * [Post Aggregations](/docs/VERSION/querying/post-aggregations.html)
* [Granularities](/docs/replace-with-version/querying/granularities.html) * [Granularities](/docs/VERSION/querying/granularities.html)
* [DimensionSpecs](/docs/replace-with-version/querying/dimensionspecs.html) * [DimensionSpecs](/docs/VERSION/querying/dimensionspecs.html)
* [Context](/docs/replace-with-version/querying/query-context.html) * [Context](/docs/VERSION/querying/query-context.html)
* [Multi-value dimensions](/docs/replace-with-version/querying/multi-value-dimensions.html) * [Multi-value dimensions](/docs/VERSION/querying/multi-value-dimensions.html)
* [SQL](/docs/replace-with-version/querying/sql.html) * [SQL](/docs/VERSION/querying/sql.html)
* [Lookups](/docs/replace-with-version/querying/lookups.html) * [Lookups](/docs/VERSION/querying/lookups.html)
* [Joins](/docs/replace-with-version/querying/joins.html) * [Joins](/docs/VERSION/querying/joins.html)
* [Multitenancy](/docs/replace-with-version/querying/multitenancy.html) * [Multitenancy](/docs/VERSION/querying/multitenancy.html)
* [Caching](/docs/replace-with-version/querying/caching.html) * [Caching](/docs/VERSION/querying/caching.html)
## Design ## Design
* [Overview](/docs/replace-with-version/design/design.html) * [Overview](/docs/VERSION/design/design.html)
* Storage * Storage
* [Segments](/docs/replace-with-version/design/segments.html) * [Segments](/docs/VERSION/design/segments.html)
* Node Types * Node Types
* [Historical](/docs/replace-with-version/design/historical.html) * [Historical](/docs/VERSION/design/historical.html)
* [Broker](/docs/replace-with-version/design/broker.html) * [Broker](/docs/VERSION/design/broker.html)
* [Coordinator](/docs/replace-with-version/design/coordinator.html) * [Coordinator](/docs/VERSION/design/coordinator.html)
* [Indexing Service](/docs/replace-with-version/design/indexing-service.html) * [Indexing Service](/docs/VERSION/design/indexing-service.html)
* [Realtime](/docs/replace-with-version/design/realtime.html) * [Realtime](/docs/VERSION/design/realtime.html)
* Dependencies * Dependencies
* [Deep Storage](/docs/replace-with-version/dependencies/deep-storage.html) * [Deep Storage](/docs/VERSION/dependencies/deep-storage.html)
* [Metadata Storage](/docs/replace-with-version/dependencies/metadata-storage.html) * [Metadata Storage](/docs/VERSION/dependencies/metadata-storage.html)
* [ZooKeeper](/docs/replace-with-version/dependencies/zookeeper.html) * [ZooKeeper](/docs/VERSION/dependencies/zookeeper.html)
## Operations ## Operations
* [Good Practices](/docs/replace-with-version/operations/recommendations.html) * [Good Practices](/docs/VERSION/operations/recommendations.html)
* [Including Extensions](/docs/replace-with-version/operations/including-extensions.html) * [Including Extensions](/docs/VERSION/operations/including-extensions.html)
* [Data Retention](/docs/replace-with-version/operations/rule-configuration.html) * [Data Retention](/docs/VERSION/operations/rule-configuration.html)
* [Metrics and Monitoring](/docs/replace-with-version/operations/metrics.html) * [Metrics and Monitoring](/docs/VERSION/operations/metrics.html)
* [Alerts](/docs/replace-with-version/operations/alerts.html) * [Alerts](/docs/VERSION/operations/alerts.html)
* [Updating the Cluster](/docs/replace-with-version/operations/rolling-updates.html) * [Updating the Cluster](/docs/VERSION/operations/rolling-updates.html)
* [Different Hadoop Versions](/docs/replace-with-version/operations/other-hadoop.html) * [Different Hadoop Versions](/docs/VERSION/operations/other-hadoop.html)
* [Performance FAQ](/docs/replace-with-version/operations/performance-faq.html) * [Performance FAQ](/docs/VERSION/operations/performance-faq.html)
## Configuration ## Configuration
* [Common Configuration](/docs/replace-with-version/configuration/index.html) * [Common Configuration](/docs/VERSION/configuration/index.html)
* [Indexing Service](/docs/replace-with-version/configuration/indexing-service.html) * [Indexing Service](/docs/VERSION/configuration/indexing-service.html)
* [Coordinator](/docs/replace-with-version/configuration/coordinator.html) * [Coordinator](/docs/VERSION/configuration/coordinator.html)
* [Historical](/docs/replace-with-version/configuration/historical.html) * [Historical](/docs/VERSION/configuration/historical.html)
* [Broker](/docs/replace-with-version/configuration/broker.html) * [Broker](/docs/VERSION/configuration/broker.html)
* [Realtime](/docs/replace-with-version/configuration/realtime.html) * [Realtime](/docs/VERSION/configuration/realtime.html)
* [Configuring Logging](/docs/replace-with-version/configuration/logging.html) * [Configuring Logging](/docs/VERSION/configuration/logging.html)
* [Production Cluster Configuration](/docs/replace-with-version/configuration/production-cluster.html) * [Production Cluster Configuration](/docs/VERSION/configuration/production-cluster.html)
* [Production Hadoop Configuration](/docs/replace-with-version/configuration/hadoop.html) * [Production Hadoop Configuration](/docs/VERSION/configuration/hadoop.html)
* [Production Zookeeper Configuration](/docs/replace-with-version/configuration/zookeeper.html) * [Production Zookeeper Configuration](/docs/VERSION/configuration/zookeeper.html)
## Development ## Development
* [Overview](/docs/replace-with-version/development/overview.html) * [Overview](/docs/VERSION/development/overview.html)
* [Libraries](/docs/replace-with-version/development/libraries.html) * [Libraries](/docs/VERSION/development/libraries.html)
* [Extensions](/docs/replace-with-version/development/extensions.html) * [Extensions](/docs/VERSION/development/extensions.html)
* [Build From Source](/docs/replace-with-version/development/build.html) * [Build From Source](/docs/VERSION/development/build.html)
* [Versioning](/docs/replace-with-version/development/versioning.html) * [Versioning](/docs/VERSION/development/versioning.html)
* [Integration](/docs/replace-with-version/development/integrating-druid-with-other-technologies.html) * [Integration](/docs/VERSION/development/integrating-druid-with-other-technologies.html)
* Experimental Features * Experimental Features
* [Overview](/docs/replace-with-version/development/experimental.html) * [Overview](/docs/VERSION/development/experimental.html)
* [Approximate Histograms and Quantiles](/docs/replace-with-version/development/extensions-core/approximate-histograms.html) * [Approximate Histograms and Quantiles](/docs/VERSION/development/extensions-core/approximate-histograms.html)
* [Datasketches](/docs/replace-with-version/development/extensions-core/datasketches-aggregators.html) * [Datasketches](/docs/VERSION/development/extensions-core/datasketches-aggregators.html)
* [Geographic Queries](/docs/replace-with-version/development/geo.html) * [Geographic Queries](/docs/VERSION/development/geo.html)
* [Router](/docs/replace-with-version/development/router.html) * [Router](/docs/VERSION/development/router.html)
* [Kafka Indexing Service](/docs/replace-with-version/development/extensions-core/kafka-ingestion.html) * [Kafka Indexing Service](/docs/VERSION/development/extensions-core/kafka-ingestion.html)
## Misc ## Misc
* [Papers & Talks](/docs/replace-with-version/misc/papers-and-talks.html) * [Papers & Talks](/docs/VERSION/misc/papers-and-talks.html)
* [Thanks](/thanks.html) * [Thanks](/thanks.html)