Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix link to Studio docs #13021

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix link to Studio docs
Changes the link to Studio docs from incorrect https://rasa.com/docs/rasa-studio/ to correct https://rasa.com/docs/studio/
  • Loading branch information
Element9 authored Mar 6, 2024
commit 04c409b54045f3ed89af720f2a576fb503acf6ec
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module.exports = {
target: "_self",
label: "Rasa Studio",
position: "left",
href: `${SITE_URL}/docs/rasa-studio/`,
href: `${SITE_URL}/docs/studio/`,
},
{
label: "Rasa Open Source",
Expand Down
Loading