Skip to content

Commit d4ee32c

Browse files
fix: telemetry url (#6620)
1 parent 31bba29 commit d4ee32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/app/general/form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export const GeneralConfigurationForm: FC<IGeneralConfigurationForm> = observer(
123123
No PII is collected.This anonymized data is used to understand how you use Plane and build new features
124124
in line with{" "}
125125
<a
126-
href="https://docs.plane.so/self-hosting/telemetry"
126+
href="https://developers.plane.so/self-hosting/telemetry"
127127
target="_blank"
128128
className="text-custom-primary-100 hover:underline"
129129
rel="noreferrer"

0 commit comments

Comments
 (0)