Skip to content

Commit 28865ae

Browse files
remove redirects
Signed-off-by: AnthonyTsu1984 <wenjia.tu@zilliz.com>
1 parent 321a889 commit 28865ae

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

default.conf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,6 @@ server {
353353
return 301 /docs/setup-whitelist;
354354
}
355355

356-
location = /docs/insert-entities {
357-
return 301 /docs/insert-update-delete;
358-
}
359-
360356
location = /docs/javascript-object-notation-json-1 {
361357
return 301 /docs/use-json-fields;
362358
}
@@ -409,10 +405,6 @@ server {
409405
return 301 /reference/java;
410406
}
411407

412-
location = /docs/upsert-entities?_highlight=upsert {
413-
return 301 /docs/insert-update-delete;
414-
}
415-
416408
location = /docs/faqs-ai-model-integrations {
417409
return 301 /docs/faq-integrations;
418410
}

0 commit comments

Comments
 (0)