From 6db3130a353e2855cb2cf15a991deaafe1c2aea4 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 29 Aug 2023 21:40:27 -0500 Subject: [PATCH] readme: fix repo links, no longer on github --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae68712..ca22ca1 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ Out[4]: '659 MHz' For more information on what the module provides, please see: - [ReadTheDocs](https://amdgpu-stats.readthedocs.io/en/latest/) - `help('amdgpu_stats.utils')` in your interpreter - - [The module source](https://github.com/joshlay/amdgpu_stats/blob/master/src/amdgpu_stats/utils.py) + - [The module source](https://git.init3.us/BraveTraveler/amdgpu_stats/src/branch/master/src/amdgpu_stats/utils.py) -Feature requests [are encouraged](https://github.com/joshlay/amdgpu_stats/issues) 😀 +Feature requests [are encouraged](https://git.init3.us/BraveTraveler/amdgpu_stats/issues) 😀 ## Requirements Only `Linux` is supported. Information is _completely_ sourced from interfaces in `sysfs`.