Skip to content

Commit 91a177e

Browse files
committed
fix(ws_client): Docs to refer esp-protocols
1 parent f303cdc commit 91a177e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_websocket_client/docs/conf_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
]
88

99
# link roles config
10-
github_repo = 'espressif/esp-idf'
10+
github_repo = 'espressif/esp-protocols'
1111

1212
# context used by sphinx_idf_theme
1313
html_context['github_user'] = 'espressif'

components/esp_websocket_client/docs/en/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from conf_common import * # noqa: F403,F401
1717

1818
# General information about the project.
19-
project = u'ESP-Docs'
19+
project = u'ESP-Protocols'
2020
copyright = u'2016 - 2022, Espressif Systems (Shanghai) Co., Ltd'
2121

2222
# The language for content autogenerated by Sphinx. Refer to documentation

0 commit comments

Comments
 (0)