Skip to content

Commit 3c9ffd4

Browse files
authored
docs: Fix broken links (#7393)
1 parent 2f36bc8 commit 3c9ffd4

File tree

4 files changed

+4
-85
lines changed

4 files changed

+4
-85
lines changed

docs/docs-new/pages/guides/_meta.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ module.exports = {
22
"dbt": "Using Cube with dbt",
33
"recipes": "Recipes",
44
"style-guide": "Style guide",
5-
"data-store-cost-saving-guide": "Cost saving guide",
6-
"examples": "Examples",
5+
"data-store-cost-saving-guide": "Cost saving guide"
76
}

docs/docs-new/pages/guides/examples.mdx

Lines changed: 0 additions & 80 deletions
This file was deleted.

docs/docs-new/pages/product/configuration/visualization-tools/langchain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ on GitHub.
3535

3636
[langchain]: https://python.langchain.com/
3737
[langchain-docs-getting-started]:
38-
https://python.langchain.com/docs/get_started/installation.html
38+
https://python.langchain.com/docs/get_started/installation
3939
[langchain-docs-cube]:
4040
https://python.langchain.com/docs/integrations/document_loaders/cube_semantic#example
4141
[ref-rest-api]: /product/apis-integrations/rest-api

docs/docs-new/redirects.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,12 @@
196196
},
197197
{
198198
"source": "/examples",
199-
"destination": "/guides/examples",
199+
"destination": "/guides/recipes",
200200
"permanent": true
201201
},
202202
{
203203
"source": "/tutorials",
204-
"destination": "/guides/examples",
204+
"destination": "/guides/recipes",
205205
"permanent": true
206206
},
207207
{

0 commit comments

Comments
 (0)