Skip to content

Commit

Permalink
Correct image src in Asciiville and Neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Nov 2, 2023
1 parent e928c4d commit 6930149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workspaces/Asciiville/workspace.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"friendly_name": "Asciiville",
"image_src": "https://asciiville.dev/assets/asciiville.png",
"image_src": "asciiville.png",
"description": "Asciiville provides tools and utilities to generate and view Ascii Art",
"docker_registry": "https://index.docker.io/v1/",
"name": "doctorwhen/kasm:asciiville",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/Neovim/workspace.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"friendly_name": "Neovim",
"image_src": "https://lazyman.dev/assets/neovim-hicontrast.png",
"image_src": "neovim.png",
"description": "Neovim is a hyper-extensible text editor derived from Vim",
"docker_registry": "https://index.docker.io/v1/",
"name": "doctorwhen/kasm:neovim",
Expand Down

0 comments on commit 6930149

Please sign in to comment.