-
Notifications
You must be signed in to change notification settings - Fork 92
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
Incorrect URL redirection - Page Not Found (error 404) #40
Comments
Hi @SethiAbhinav , it's working well for me, what's happening is that we have a javascript script changing the links to remove the $ Which browser are you using? Do you see an error in the javascript console maybe? |
Oh I see. That's insightful. I am using these: |
I see I definitely did not test with Brave |
Tried it on a friend's device. It seems to be working fine on their device. I will try debugging what's going on in my systems. You can close this issue if you'd like. |
It got resolved on its own. Closing this issue. Thanks. |
Hi @QuentinAmbard
I was going through the Build your Chat Bot with Dolly demo and I encountered an issue when trying to access the notebooks hyperlinked in the tutorial (image below is one of the three notebooks mentioned in the tutorial).
The links redirect us to:
https://www.dbdemos.ai/minisite/llm-dolly-chatbot/$./02-Data-preparation
https://www.dbdemos.ai/minisite/llm-dolly-chatbot/$./03-Q&A-prompt-engineering-for-dolly
https://www.dbdemos.ai/minisite/llm-dolly-chatbot/$./04-chat-bot-prompt-engineering-dolly
The
$./
should be removed as the correct URLs are:https://www.dbdemos.ai/minisite/llm-dolly-chatbot/02-Data-preparation
https://www.dbdemos.ai/minisite/llm-dolly-chatbot/03-Q&A-prompt-engineering-for-dolly
https://www.dbdemos.ai/minisite/llm-dolly-chatbot/04-chat-bot-prompt-engineering-dolly
The text was updated successfully, but these errors were encountered: