Skip to content

Commit

Permalink
move link
Browse files Browse the repository at this point in the history
  • Loading branch information
SK1Y101 committed Mar 26, 2024
1 parent 9b864f4 commit 266e023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def api():
# https://docs.google.com/document/d/1vCdC7BV53ncOTpWHd2nX5NbwvUH5fDwy-RQGlWpWhXk/edit
definition_url = (
"https://raw.githubusercontent.com"
"/maas/maas-openapi-yaml/main/openapi.yaml"
"/canonical/maas-openapi-yaml/main/openapi.yaml"
)
definition = read_yaml_from_url(definition_url, session=openapi_session)
openapi = parse_openapi(definition)
Expand Down

0 comments on commit 266e023

Please sign in to comment.