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 a broken link to the load page #1894

Merged
merged 2 commits into from
Jun 3, 2022
Merged

Conversation

stkerr
Copy link
Contributor

@stkerr stkerr commented Jun 3, 2022

Description

The current link for the loaded stocks page is invalid and goes to a 404 page. This is because the URL is incorrect.

How has this been tested?

I have visited the URL https://openbb-finance.github.io/OpenBBTerminal/terminal/stocks/load/ and confirmed it does not 404.

Checklist:

Others

  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My code passes all the checks pylint, flake8, black, ... To speed up development you should run pre-commit install.
  • New and existing unit tests pass locally with my changes. You can test this locally using pytest tests/....

@jmaslek jmaslek added the bug Fix bug label Jun 3, 2022
Copy link
Collaborator

@jmaslek jmaslek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! Thanks!

@jmaslek jmaslek merged commit 919ca99 into OpenBB-finance:main Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fix bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants