diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 216d724..d933f5c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -94,7 +94,8 @@ Uses `yarn` mostly and `lerna` just for `github releases` - You can utilize [snippet variables](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_variables) to enable interactivity within you snippets -- Check [`snippets/breakpoints.json`](snippets/breakpoints.json) +- Check + [`snippets/breakpoints.json`](https://github.com/navin-moorthy/vscode-css-snippets/blob/master/snippets/contributions/snippet.json) #### Test your snippets locally @@ -169,4 +170,5 @@ Pull requests will be merged by me(@navin-moorthy) once submitted. ## License By contributing your code to the chakra-ui GitHub repository, you agree to -license your contribution under the [MIT license](LICENSE). +license your contribution under the +[MIT license](https://github.com/navin-moorthy/vscode-css-snippets/blob/master/LICENSE). diff --git a/README.md b/README.md index 7561ddb..630e678 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # VSCode CSS Snippets -![Cover](media/cover.jpg) +![Cover](https://raw.githubusercontent.com/navin-moorthy/vscode-css-snippets/master/media/cover.jpg) ## Description @@ -22,7 +22,7 @@ To see the list of all the CSS Snippets, go [here →](#snippets) Want to have your own favourite CSS Snippets in this extension, see [Contributing →](#contributing) -![Tailwind Layout snippets Showcase](media/vscode-css-snippets.gif) +![Tailwind Layout snippets Showcase](https://github.com/navin-moorthy/vscode-css-snippets/raw/master/media/vscode-css-snippets.gif) ## Installation @@ -61,7 +61,7 @@ You can enable tab completion (recommended) by opening ## Snippets -**[See how to utilize snippets marked with `selected` →](media/selected-guide.gif)** +**[See how to utilize snippets marked with `selected` →](https://raw.githubusercontent.com/navin-moorthy/vscode-css-snippets/master/media/selected-guide.gif)** ### Common @@ -264,4 +264,6 @@ This is an Open Source Project with MIT License. You can also contribute to this extension by adding your own list of CSS Snippets which you think will help others increase their productivity. -See [Contributing Docs →](CONTRIBUTING.md) for detailed guidance. +See +[Contributing Docs →](https://github.com/navin-moorthy/vscode-css-snippets/blob/master/CONTRIBUTING.md) +for detailed guidance. diff --git a/package.json b/package.json index aa169aa..0f69756 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "engines": { "vscode": "^1.47.0" }, - "icon": "media/icon.png", + "icon": "https://raw.githubusercontent.com/navin-moorthy/vscode-css-snippets/master/media/icon.png", "galleryBanner": { "color": "#EA2E6E", "theme": "dark"