Skip to content

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Jan 20, 2025
1 parent 09463b6 commit 9977c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module.exports = function( grunt ) {
grunt.registerTask(
'blueprint-url',
function() {
const blueprintJson = JSON.parse( fs.readFileSync( 'assets/blueprints/blueprint.json', 'utf8' ) );
const blueprintJson = JSON.parse( fs.readFileSync( 'assets/dotorg/blueprints/blueprint.json', 'utf8' ) );
grunt.log.write( `Blueprint URL: https://playground.wordpress.net/#${ encodeURI( JSON.stringify( blueprintJson ) ) }` );
}
);
Expand Down

0 comments on commit 9977c90

Please sign in to comment.