Skip to content

Commit bb6ecb3

Browse files
committed
Fixes minor link issues in redoc
1 parent 0b3fbdd commit bb6ecb3

File tree

1 file changed

+2
-3
lines changed
  • services/api-server/src/simcore_service_api_server/core

1 file changed

+2
-3
lines changed

services/api-server/src/simcore_service_api_server/core/redoc.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from fastapi.applications import HTMLResponse, Request
55
from fastapi.openapi.docs import get_redoc_html
66

7-
# from ..__version__ import api_vtag
7+
# TODO: move all these static resources away from the server!
88

99
FAVICON = "https://osparc.io/resource/osparc/favicon.png"
1010
LOGO = "https://raw.githubusercontent.com/ITISFoundation/osparc-manual/b809d93619512eb60c827b7e769c6145758378d0/_media/osparc-logo.svg"
@@ -14,9 +14,8 @@
1414
def compose_long_description(description: str) -> str:
1515
desc = f"**{description}**\n"
1616
desc += "## Python Library\n"
17-
desc += "- Documentation (https://itisfoundation.github.io/osparc-simcore-python-client/#/)\n"
17+
desc += "- Check the [documentation](https://itisfoundation.github.io/osparc-simcore-python-client)\n"
1818
desc += "- Quick install: ``pip install git+https://github.com/ITISFoundation/osparc-simcore-python-client.git``\n"
19-
2019
return desc
2120

2221

0 commit comments

Comments
 (0)