Skip to content

Commit b416044

Browse files
authored
refactor(protocol-designer): change manual link from PDF to mkdocs site (#19119)
1 parent 19dfd19 commit b416044

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

protocol-designer/src/components/organisms/KnowledgeLink.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ interface KnowledgeLinkProps {
1111
export const RELEASE_NOTES_URL =
1212
'https://github.com/Opentrons/opentrons/blob/edge/protocol-designer/release-notes.md'
1313

14-
export const DOC_URL =
15-
'https://insights.opentrons.com/hubfs/Protocol%20Designer%20Instruction%20Manual.pdf'
14+
export const DOC_URL = 'https://docs.opentrons.com/protocol-designer/'
1615

1716
export function KnowledgeLink(props: KnowledgeLinkProps): JSX.Element {
1817
const { children } = props

0 commit comments

Comments
 (0)