Skip to content

Commit aa40bec

Browse files
iTechsTRwardpeet
authored andcommitted
docs: Removed dead URL in node-tracking (#17898)
Removed link
1 parent 1c1f11f commit aa40bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/node-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Node Tracking
44

55
## Track Nodes
66

7-
You may see calls to `trackInlineObjectsInRootNode()` and `findRootNodeAncestor()` in some parts of the code. These are both defined in [schema/node-tracking.js](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/db/node-tracking.js). Node tracking is the tracking of relationships between a node's object values (not children), and the node's ID. E.g Take, the following node:
7+
You may see calls to `trackInlineObjectsInRootNode()` and `findRootNodeAncestor()` in some parts of the code. These are both defined in schema/node-tracking.js. Node tracking is the tracking of relationships between a node's object values (not children), and the node's ID. E.g Take, the following node:
88

99
```javascript
1010
let nodeA = {

0 commit comments

Comments
 (0)