Skip to content

Commit 8775de8

Browse files
committed
Merge back 'chore_release-pd-8.5.0' into 'edge' (#19166)
2 parents e9498b4 + b416044 commit 8775de8

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)