From 544f844f245f21f25d412fe877828d8423f9e794 Mon Sep 17 00:00:00 2001 From: rudtek <60629774+rudtek@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:58:19 -0600 Subject: [PATCH] Update extending-the-rest-api.md changed taxonomy link --- extending-the-rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extending-the-rest-api.md b/extending-the-rest-api.md index ad00c33..462ad3a 100644 --- a/extending-the-rest-api.md +++ b/extending-the-rest-api.md @@ -6,7 +6,7 @@ [Adding Endpoints](https://developer.wordpress.org/rest-api/extending-the-rest-api/adding-custom-endpoints/): create custom REST API endpoints for your plugin or application -[Working with Custom Content Types](https://developer.wordpress.org/rest-api/extending-the-rest-api/adding-rest-api-support-for-custom-content-types/): learn how to interact with your [custom post types](https://developer.wordpress.org/plugins/post-types/) and [custom taxonomies](https://developer.wordpress.org/plugins/post-types/) through the REST API +[Working with Custom Content Types](https://developer.wordpress.org/rest-api/extending-the-rest-api/adding-rest-api-support-for-custom-content-types/): learn how to interact with your [custom post types](https://developer.wordpress.org/plugins/post-types/) and [custom taxonomies](https://developer.wordpress.org/plugins/taxonomies/) through the REST API ## Resources