mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 08:46:58 +02:00
docs: Fix broken link in Google Docs node (#22197)
Co-authored-by: Jon <jonathan.bennetts@gmail.com>
This commit is contained in:
parent
9ab9d1c8f1
commit
7ea31c34b1
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user