Skip to content

Commit

Permalink
chore: update doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
dayures authored Nov 24, 2023
1 parent b43b70c commit aa7dafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/JobList/JobList.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import styles from './JobList.module.css'
import filterJobs from './filter-jobs'

const infoLink =
'https://docs.dhis2.org/en/use/user-guides/dhis-core-version-236/maintaining-the-system/scheduling.html'
'https://docs.dhis2.org/en/use/user-guides/dhis-core-version-master/maintaining-the-system/scheduling.html'

const JobList = () => {
const [jobFilter, setJobFilter] = useJobFilter()
Expand Down

0 comments on commit aa7dafe

Please sign in to comment.