Skip to content

Commit e78d09c

Browse files
authored
docs: revert changes to URL (#1933)
Revert changes to slug for LlamaIndex integration doc Comment out redirect
1 parent 33bde3f commit e78d09c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ server {
422422
rewrite ^/academy/get-most-of-actors$ /academy/actor-marketing-playbook permanent;
423423

424424
# Misc
425-
rewrite ^/platform/integrations/llama$ /platform/integrations/llama-index permanent;
425+
; rewrite ^/platform/integrations/llama$ /platform/integrations/llama-index permanent;
426426

427427
}
428428

sources/platform/integrations/ai/llama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: LlamaIndex integration
33
description: Learn how to integrate Apify with LlamaIndex in order to feed vector databases and LLMs with data crawled from the web.
44
sidebar_label: LlamaIndex
55
sidebar_position: 6
6-
slug: /integrations/llama-index
6+
slug: /integrations/llama
77
---
88

99
**Learn how to integrate Apify with LlamaIndex to feed vector databases and LLMs with data crawled from the web.**

sources/platform/integrations/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ These integrations allow you to use Apify Actors as tools and data sources.
210210
/>
211211
<Card
212212
title="LlamaIndex"
213-
to="./integrations/llama-index"
213+
to="./integrations/llama"
214214
imageUrl="/img/platform/integrations/llamaindex.jpeg"
215215
smallImage
216216
/>

0 commit comments

Comments
 (0)