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: Invalid URL for API Docs #5063

Merged
merged 4 commits into from
Feb 10, 2021
Merged

fix: Invalid URL for API Docs #5063

merged 4 commits into from
Feb 10, 2021

Commits on Feb 10, 2021

  1. Update help.tsx

    The / in the parameter passed to the uiUrl function will generate an invalid URL, and thus the documentation can not be opened using this link. However, the menu icon redirecting to the same documentation generates the proper URL.
    
    Signed-off-by: Damien Rannenberg <damien.rannenberg@gmail.com>
    drannenberg committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    6d520ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    521cefb View commit details
    Browse the repository at this point in the history
  3. fix: The / in the parameter passed to the uiUrl function will generat…

    …e an invalid URL, and thus the documentation can not be opened using this link. However, the menu icon redirecting to the same documentation generates the proper URL.
    
    Signed-off-by: Damien Rannenberg <damien.rannenberg@gmail.com>
    drannenberg committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    632477e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70110fa View commit details
    Browse the repository at this point in the history