Skip to content

Commit 7a6bca0

Browse files
[SECOPS-2023] Link to page on segment docs site rather than public paper doc (#620)
1 parent 72e9538 commit 7a6bca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/parsely/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Parsely.prototype.parseVideoMetadata = function(track) {
175175
if (authors) authors = Array.isArray(authors) ? authors : [authors];
176176

177177
// https://www.parse.ly/help/integration/video/#video-metadata
178-
// https://paper.dropbox.com/doc/Segment-Video-Spec-jdrVhQdGo9aUTQ2kMsbnx
178+
// https://segment.com/docs/connections/spec/video/
179179
return reject({
180180
title: track.proxy('properties.title'),
181181
// Fallback on null to avoid NaN trickling through reject.

0 commit comments

Comments
 (0)