Skip to content

Commit

Permalink
📝 docs(loading_document.mdx): update the "Web Page" field URL to poin…
Browse files Browse the repository at this point in the history
…t to the correct documentation URL

📝 docs(CNAME): update the CNAME file to point to the new domain for the documentation

🔧 fix(ApiModal/index.tsx): update the links in the description to point to the correct documentation URL
  • Loading branch information
ogabrielluiz committed Aug 8, 2023
1 parent 9106b6d commit 4dafbae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/guides/loading_document.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This guide takes you through the process of augmenting the "Basic Chat with Prom

8. Connect this loader to the `{context}` variable that we just added.

9. In the "Web Page" field, enter "https://langflow.org/how-upload-examples".
9. In the "Web Page" field, enter "https://docs.langflow.org/how-upload-examples".

10. Now, click on "ConversationBufferMemory".

Expand Down
2 changes: 1 addition & 1 deletion docs/static/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
langflow.org
docs.langflow.org
6 changes: 3 additions & 3 deletions src/frontend/src/modals/ApiModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const ApiModal = forwardRef(
{
name: "Chat Widget HTML",
description:
"Insert this code anywhere in your &lt;body&gt; tag. To use with react and other libs, check our <a class='link-color' href='https://langflow.org/guidelines/widget'>documentation</a>.",
"Insert this code anywhere in your &lt;body&gt; tag. To use with react and other libs, check our <a class='link-color' href='https://docs.langflow.org/guidelines/widget'>documentation</a>.",
mode: "html",
image: "https://cdn-icons-png.flaticon.com/512/5968/5968350.png",
language: "py",
Expand Down Expand Up @@ -127,7 +127,7 @@ const ApiModal = forwardRef(
{
name: "Chat Widget HTML",
description:
"Insert this code anywhere in your &lt;body&gt; tag. To use with react and other libs, check our <a class='link-color' href='https://langflow.org/guidelines/widget'>documentation</a>.",
"Insert this code anywhere in your &lt;body&gt; tag. To use with react and other libs, check our <a class='link-color' href='https://docs.langflow.org/guidelines/widget'>documentation</a>.",
mode: "html",
image: "https://cdn-icons-png.flaticon.com/512/5968/5968350.png",
language: "py",
Expand Down Expand Up @@ -168,7 +168,7 @@ const ApiModal = forwardRef(
{
name: "Chat Widget HTML",
description:
"Insert this code anywhere in your &lt;body&gt; tag. To use with react and other libs, check our <a class='link-color' href='https://langflow.org/guidelines/widget'>documentation</a>.",
"Insert this code anywhere in your &lt;body&gt; tag. To use with react and other libs, check our <a class='link-color' href='https://docs.langflow.org/guidelines/widget'>documentation</a>.",
mode: "html",
image: "https://cdn-icons-png.flaticon.com/512/5968/5968350.png",
language: "py",
Expand Down

0 comments on commit 4dafbae

Please sign in to comment.