@@ -55,7 +55,7 @@ const block = await drupal.getResource(
5555)
5656```
5757
58- See the API reference for [ getResource] ( /docs/reference/ getresource ) .
58+ See the API reference for [ getResource] ( /api/classes/NextDrupal# getresource ) .
5959
6060---
6161
@@ -67,7 +67,7 @@ Fetch an article by path.
6767const article = await drupal .getResourceByPath (" /blog/slug-for-article" )
6868```
6969
70- See the API reference for [ getResourceByPath] ( /docs/reference/ getresourcebypath ) .
70+ See the API reference for [ getResourceByPath] ( /api/classes/NextDrupal# getresourcebypath ) .
7171
7272---
7373
@@ -90,7 +90,7 @@ const articles = await drupal.getResourceCollection("node--article", {
9090})
9191```
9292
93- See the API reference for [ getResourceCollection] ( /docs/reference/ getresourcecollection ) .
93+ See the API reference for [ getResourceCollection] ( /api/classes/NextDrupal# getresourcecollection ) .
9494
9595---
9696
@@ -108,7 +108,7 @@ Fetch a menu by name
108108const menu = await drupal .getMenu (" main" )
109109```
110110
111- See the API reference for [ getMenu] ( /docs/reference/ getmenu ) .
111+ See the API reference for [ getMenu] ( /api/classes/NextDrupal# getmenu ) .
112112
113113---
114114
@@ -126,7 +126,7 @@ Fetch a view by name and display_id.
126126const view = await drupal .getView (" promoted_items--block_1" )
127127```
128128
129- See the API reference for [ getView] ( /docs/reference/ getview ) .
129+ See the API reference for [ getView] ( /api/classes/NextDrupal# getview ) .
130130
131131---
132132
@@ -148,7 +148,7 @@ const results = await drupal.getSearchIndex(indexName, {
148148})
149149```
150150
151- See the API reference for [ getSearchIndex] ( /docs/reference/getsearch ) .
151+ See the API reference for [ getSearchIndex] ( /api/classes/NextDrupal#getsearchindex ) .
152152
153153---
154154
0 commit comments