Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated links in readme file #172

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ Completions in order of priority are:
The following list contains snippets repositories made available by ColdFusion community members:

* https://github.com/indynagpal/sublime-stuff
* https://github.com/bittersweetryan/ColdFusion-Script-Sublime-Snippets

To install snippets just put the ```.sublime-snippet``` files in your Packages/User folder or sub-folder (to get to your Packages/User folder select ```Preferences > Browse Packages...``` from the Sublime Text 2 menu).

Expand Down Expand Up @@ -174,17 +173,14 @@ git checkout development


##Additional Packages
Some additional packages you might want to check out - they are all available through Package Control http://wbond.net/sublime_packages/community
Some additional packages you might want to check out - they are all available through Package Control https://packagecontrol.io/

* http://net.tutsplus.com/articles/news/introducing-nettuts-fetch/ (highly recommended)
* https://github.com/BoundInCode/AutoFileName (provides file auto-complete)
* https://github.com/weslly/ColorPicker (choose a color and get the hex code)
* https://github.com/xobb1t/Sublime-AdvancedNewFile (create new files faster)
* https://github.com/kemayo/sublime-text-2-git (git commands)
* https://github.com/facelessuser/ExportHtml (provides printing)
* https://github.com/dz0ny/LiveReload-sublimetext2 (live reload browser)
* https://github.com/bgreenlee/sublime-github (github gists and more)
* https://github.com/virtix/sublime-text-2-mxunit (mxunit testing)
* https://github.com/seancoyne/farcry-sublimetext (farcry snippets)

These packages require manual installation
Expand Down