Fix/google docs positioned object link #22197
Open
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Fixed a broken documentation link in the Google Docs node that was returning a 404 error. The link for Object ID in the Positioned Object delete action now correctly points to the Google Docs API documentation and opens in a new tab for better user experience.
Before - Broken Link (404 Error):

After - Working Link:

Changes:
https://developers.google.com/docs/api/reference/rest/v1/PositionedObject(404) tohttps://developers.google.com/docs/api/reference/rest/v1/documents#positionedobjecttarget="_blank"to open documentation in a new tabTesting:
pnpm run lint- no issuesFile changed:
packages/nodes-base/nodes/Google/Docs/DocumentDescription.tsRelated Linear tickets, Github issues, and Community forum posts
Fixes #22122
Review / Merge checklist
release/backport(if the PR is an urgent fix that needs to be backported)