Skip to content

Commit 8e4907f

Browse files
committed
fix: correct placeholder doc URLs in node metadata
Fedex.node.json pointed credentialDocumentation and primaryDocumentation at github.com/org/repo; point both at the real repo (github.com/nodrel-dev/n8n-fedex-node). These links surface in the n8n node panel and ship to npm.
1 parent dc02668 commit 8e4907f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nodes/Fedex/Fedex.node.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"resources": {
77
"credentialDocumentation": [
88
{
9-
"url": "https://github.com/org/repo?tab=readme-ov-file#credentials"
9+
"url": "https://github.com/nodrel-dev/n8n-fedex-node?tab=readme-ov-file#credentials"
1010
}
1111
],
1212
"primaryDocumentation": [
1313
{
14-
"url": "https://github.com/org/repo?tab=readme-ov-file"
14+
"url": "https://github.com/nodrel-dev/n8n-fedex-node?tab=readme-ov-file"
1515
}
1616
]
1717
}

0 commit comments

Comments
 (0)