We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19dfd19 commit b416044Copy full SHA for b416044
protocol-designer/src/components/organisms/KnowledgeLink.tsx
@@ -11,8 +11,7 @@ interface KnowledgeLinkProps {
11
export const RELEASE_NOTES_URL =
12
'https://github.com/Opentrons/opentrons/blob/edge/protocol-designer/release-notes.md'
13
14
-export const DOC_URL =
15
- 'https://insights.opentrons.com/hubfs/Protocol%20Designer%20Instruction%20Manual.pdf'
+export const DOC_URL = 'https://docs.opentrons.com/protocol-designer/'
16
17
export function KnowledgeLink(props: KnowledgeLinkProps): JSX.Element {
18
const { children } = props
0 commit comments