Skip to content

Commit

Permalink
fix(docs-link): fix documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Mar 2, 2021
1 parent 90b5e36 commit ec26b0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/JobAdd/JobAdd.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { JobAddFormContainer } from '../../components/Forms'
import styles from './JobAdd.module.css'

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

const JobAdd = ({ isPristine, setIsPristine }) => (
<React.Fragment>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/JobEdit/JobEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { JobDetails } from '../../components/JobDetails'
import styles from './JobEdit.module.css'

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

const JobEdit = ({
isPristine,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/JobList/JobList.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { JobTable } from '../../components/JobTable'
import styles from './JobList.module.css'

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

const JobList = ({
jobs,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/JobView/JobView.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { jobTypesMap } from '../../services/server-translations'
import styles from './JobView.module.css'

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

const JobView = () => {
const { id } = useParams()
Expand Down

0 comments on commit ec26b0f

Please sign in to comment.