Skip to content

Commit a9fd39a

Browse files
committed
(maint) Fix readme bolt gif links
This commit uses the raw github url links for the new bolt gifs instead of relative markdown links.
1 parent 95cd930 commit a9fd39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ The first step in this is enabling parsing Bolt Plans. This means when opening a
257257

258258
We have added support for VSCode Command Palatte commands for opening Bolt user config and inventory yaml files. We have also added support for yaml snippets for common operations in Bolt yaml files.
259259

260-
![bolt_command_palatte](docs/assets/bolt_config_command.gif)
260+
![bolt_command_palatte](https://raw.githubusercontent.com/lingua-pupuli/puppet-vscode/master/docs/assets/bolt_config_command.gif)
261261

262-
![bolt_command_palatte](docs/assets/bolt_inventory_command.gif)
262+
![bolt_command_palatte](https://raw.githubusercontent.com/lingua-pupuli/puppet-vscode/master/docs/assets/bolt_inventory_command.gif)
263263

264264
### Debugging Puppet manifests
265265

0 commit comments

Comments
 (0)