diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/conf.py b/docs/src/conf.py index c9b4ea38..f6f43253 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -18,7 +18,7 @@ import sys def get_libuv_version(): - with open('../../include/uv-version.h') as f: + with open('../../include/uv/version.h') as f: data = f.read() try: m = re.search(r"""^#define UV_VERSION_MAJOR (\d+)$""", data, re.MULTILINE) |