From 38884b6d0b5160cf440473402652e1dd939739f9 Mon Sep 17 00:00:00 2001 From: shimotmk Date: Thu, 1 May 2025 22:03:45 +0900 Subject: [PATCH] fix old-links-and-resources --- packages/docs/site/docs/main/resources.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/docs/site/docs/main/resources.md b/packages/docs/site/docs/main/resources.md index 19aedcafbd..194faa21d0 100644 --- a/packages/docs/site/docs/main/resources.md +++ b/packages/docs/site/docs/main/resources.md @@ -28,13 +28,12 @@ There's a set of redirections in place to make it easier the access to some of t ## Apps built with WordPress Playground -- [Official demo](https://playground.wordpress.net/) and the [showcase](https://developer.wordpress.org/playground) app – install a theme, try out a plugin, create a few pages, export what you've built +- [Official demo](https://playground.wordpress.net/) – install a theme, try out a plugin, create a few pages, export what you've built - [wp-now](https://www.npmjs.com/package/%40wp-now/wp-now) – a CLI tool for instant WordPress dev envs - [WordPress Playground for VS Code](https://marketplace.visualstudio.com/items?itemName=WordPressPlayground.wordpress-playground) - Live Translations: [App](https://translate.wordpress.org/projects/wp-plugins/friends/dev/pl/default/playground/), [announcement](https://make.wordpress.org/polyglots/2023/04/19/wp-translation-playground/), [more details](https://make.wordpress.org/polyglots/2023/05/08/translate-live-updates-to-the-translation-playground/) -- [Interactive code block](https://wordpress.org/plugins/interactive-code-block/) which powers the [HTML Tag Processor tutorial](https://adamadam.blog/2023/02/16/how-to-modify-html-in-a-php-wordpress-plugin-using-the-new-tag-processor-api/) and the [Playground JS API tutorial](https://adamadam.blog/2023/04/12/interactive-intro-to-wordpress-playground-public-api/) +- [Interactive code block](https://wordpress.org/plugins/interactive-code-block/) which powers the [HTML Tag Processor tutorial](https://adamadam.blog/2023/02/16/how-to-modify-html-in-a-php-wordpress-plugin-using-the-new-tag-processor-api/) - [Gutenberg Pull Request previewer](https://playground.wordpress.net/gutenberg.html) -- [Notifications plugin live demo](https://johnhooks.io/playground-experiment/) - [GraphQL REPL](https://www.wpgraphql.com/2023/06/15/announcing-the-wpgraphql-repl) - [Blocknotes](https://twitter.com/adamzielin/status/1669478239771799552) – the first ever iOS app running WordPress on your phone - [Playground embedder](https://joost.blog/embedded-playground/) to embed Playground examples in WordPress.org documentation using shortcodes @@ -48,7 +47,6 @@ There's a set of redirections in place to make it easier the access to some of t ## Reading materials - [Build in-browser WordPress experiences with WordPress Playground and WebAssembly](https://web.dev/wordpress-playground/) -- [WordPress Playground on developer.wordpress.org](https://developer.wordpress.org/playground) - [In-Browser WordPress Tech Demos: WordPress Development with WordPress Playground](https://make.wordpress.org/core/2023/04/13/in-browser-wordpress-tech-demos-wordpress-development-with-wordpress-playground/) - [Initial announcement on make.wordpress.org](https://make.wordpress.org/core/2022/09/23/client-side-webassembly-wordpress-with-no-server/) - [Hackernews discussion](https://news.ycombinator.com/item?id=32960560)