diff --git a/frontend/app/components/ui/ErrorDetails/ErrorDetails.js b/frontend/app/components/ui/ErrorDetails/ErrorDetails.js index 68f48cb82..2a6afdd1e 100644 --- a/frontend/app/components/ui/ErrorDetails/ErrorDetails.js +++ b/frontend/app/components/ui/ErrorDetails/ErrorDetails.js @@ -4,7 +4,7 @@ import cn from 'classnames'; import { IconButton, Icon } from 'UI'; import { connect } from 'react-redux'; -const docLink = 'https://docs.openreplay.com/plugins/sourcemaps'; +const docLink = 'https://docs.openreplay.com/installation/upload-sourcemaps'; function ErrorDetails({ className, name = "Error", message, errorStack, sourcemapUploaded }) { const [showRaw, setShowRaw] = useState(false)