Parcourir la source

Изменён url к репозиторию

Denis V. Dedkov il y a 1 an
Parent
commit
f3cec2c6fc
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -1,7 +1,7 @@
 # noolite
 Package noolite provide class for control Noolite Adapters PC11xx.
 
-Protocol described on url: https://gogs.dended.keenetic.pro/ded/noolitelib/src/master/docs/PC11xx_HID_API.pdf
+Protocol described on url: https://gogs.dended.ru/ded/noolitelib/src/master/docs/PC11xx_HID_API.pdf
 
 To have access on device from common user add the next rule to udev. For example to /etc/udev/rules.d/50-noolite.rules next line:
 ```
@@ -19,7 +19,7 @@ Include lib in your project with CMake FetchContent:
 include(FetchContent)
 FetchContent_Declare(
   noolite
-  GIT_REPOSITORY https://gogs.dended.keenetic.pro/ded/noolitelib.git
+  GIT_REPOSITORY https://gogs.dended.ru/ded/noolitelib.git
   GIT_TAG master
 )
 FetchContent_MakeAvailable(noolite)