docs: Fix broken link in Google Docs node (#22197)

Co-authored-by: Jon <jonathan.bennetts@gmail.com>
This commit is contained in:
karthi7 2025-11-27 15:16:45 +05:30 committed by GitHub
parent 9ab9d1c8f1
commit 7ea31c34b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -556,7 +556,7 @@ export const documentFields: INodeProperties[] = [
name: 'objectId',
type: 'string',
description:
'The ID of the positioned object to delete (An object that is tied to a paragraph and positioned relative to its beginning), See the Google <a href="https://developers.google.com/docs/api/reference/rest/v1/PositionedObject">documentation</a>',
'The ID of the positioned object to delete (An object that is tied to a paragraph and positioned relative to its beginning), See the Google <a href="https://developers.google.com/docs/api/reference/rest/v1/documents#positionedobject" target="_blank">documentation</a>',
default: '',
displayOptions: {
show: {