mirror of https://github.com/apache/druid.git
Fix redirects for streaming ingestion (#15943)
This commit is contained in:
parent
cc5964fbcb
commit
f37d019fe6
|
@ -120,12 +120,19 @@ const Redirects=[
|
||||||
"/docs/latest/development/community-extensions/rabbitmq.html",
|
"/docs/latest/development/community-extensions/rabbitmq.html",
|
||||||
"/docs/latest/development/kafka-simple-consumer-firehose.html",
|
"/docs/latest/development/kafka-simple-consumer-firehose.html",
|
||||||
"/docs/latest/development/extensions-core/kafka-supervisor-operations.html",
|
"/docs/latest/development/extensions-core/kafka-supervisor-operations.html",
|
||||||
"/docs/latest/development/extensions-core/kafka-supervisor-reference.html"
|
"/docs/latest/development/extensions-core/kafka-supervisor-reference.html",
|
||||||
|
"/docs/latest/development/extensions-core/kafka-ingestion.html",
|
||||||
|
"/docs/latest/development/extensions-core/kafka-supervisor-operations",
|
||||||
|
"/docs/latest/development/extensions-core/kafka-supervisor-reference",
|
||||||
|
"/docs/latest/development/extensions-core/kafka-ingestion"
|
||||||
],
|
],
|
||||||
"to": "/docs/latest/ingestion/kafka-ingestion"
|
"to": "/docs/latest/ingestion/kafka-ingestion"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": "/docs/latest/development/extensions-core/kinesis-ingestion.html",
|
"from": [
|
||||||
|
"/docs/latest/development/extensions-core/kinesis-ingestion.html",
|
||||||
|
"/docs/latest/development/extensions-core/kinesis-ingestion"
|
||||||
|
],
|
||||||
"to": "/docs/latest/ingestion/kinesis-ingestion"
|
"to": "/docs/latest/ingestion/kinesis-ingestion"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue