aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2024-05-14 15:00:25 -0400
committerSophie Zhang <sophie_zhang@brown.edu>2024-05-14 15:00:25 -0400
commitc521cfb5d09d72cd636b6d72e663d3d5769d21b5 (patch)
treeb6e3a9df476d112e3143c89d90fc5fd73a8287af /src
parent8838ae5c70a50e2efd0c0d02617988403720e5d4 (diff)
change docs url
Diffstat (limited to 'src')
-rw-r--r--src/client/views/nodes/trails/PresBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/trails/PresBox.tsx b/src/client/views/nodes/trails/PresBox.tsx
index cbbba1690..21504deba 100644
--- a/src/client/views/nodes/trails/PresBox.tsx
+++ b/src/client/views/nodes/trails/PresBox.tsx
@@ -1975,7 +1975,7 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps>() {
<div className="presBox-gpt-chat">
<span style={{ display: 'flex', alignItems: 'center', gap: '8px' }}>
Customize Slide Properties{' '}
- <div className="propertiesView-info" onClick={() => window.open('https://brown-dash.github.io/Dash-Documentation/features/trails/#transitions')}>
+ <div className="propertiesView-info" onClick={() => window.open('https://brown-dash.github.io/Dash-Documentation/features/trails/#slide-customization')}>
<IconButton icon={<FontAwesomeIcon icon="info-circle" />} color={SettingsManager.userColor} />
</div>
</span>