Skip to content

Commit

Permalink
Fix test.md link. (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne authored Nov 19, 2024
1 parent 1d18f36 commit e3ea8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/site/docs/main/about/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ With Playground, you can test any plugin or theme. Use the [Query API](/develope

For example, the following link will load the [“pendant” theme](https://wordpress.org/themes/pendant/) and the[ “gutenberg” plugin](https://wordpress.org/plugins/gutenberg/) on a Playground instance:

[https://playground.wordpress.net/?theme=pendant&plugin=gutenberg](https://playground.wordpress.net/?theme=pendant)
[https://playground.wordpress.net/?theme=pendant&plugin=gutenberg](https://playground.wordpress.net/?theme=pendant&plugin=gutenberg)

But you can also test [more elaborate configurations using blueprints](https://github.com/WordPress/blueprints/blob/trunk/GALLERY.md), for example testing a plugin’s code from a gist (see [blueprint](https://github.com/wordpress/blueprints/blob/trunk/blueprints/install-plugin-from-gist/blueprint.json) and [live demo](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/install-plugin-from-gist/blueprint.json))

Expand Down

0 comments on commit e3ea8ba

Please sign in to comment.