We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9703c99 + bc1705d commit 3f9deccCopy full SHA for 3f9decc
src/webapp/src/components/Settings/autohotspot.js
@@ -16,8 +16,7 @@ import { SwitchWithLoader } from '../general';
16
17
import request from '../../utils/request';
18
19
-// TODO: Update the help URL
20
-const helpUrl = 'https://rpi-jukebox-rfid.readthedocs.io/en/latest/userguide/autohotspot.html';
+const helpUrl = 'https://github.com/MiczFlor/RPi-Jukebox-RFID/blob/future3/main/documentation/builders/autohotspot.md';
21
22
const SettingsAutoHotpot = () => {
23
const { t } = useTranslation();
0 commit comments