Skip to content

Commit

Permalink
Fix the url to Autohotspot docs
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin authored Jan 19, 2025
1 parent ca3c799 commit 4ce6e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webapp/src/components/Settings/autohotspot.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { SwitchWithLoader } from '../general';

import request from '../../utils/request';

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';

const SettingsAutoHotpot = () => {
const { t } = useTranslation();
Expand Down

0 comments on commit 4ce6e89

Please sign in to comment.