From 8b8927953894f8dcce95fc7cd6af7a15d008cd7e Mon Sep 17 00:00:00 2001 From: Wes Brown Date: Wed, 4 Jan 2017 16:00:19 -0600 Subject: [PATCH] Update README.md Customizing specifically to my taste and for SQL Server --- README.md | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index d4f7ed3..a753d0f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SQL style guide -**[Read the guide](http://www.sqlstyle.guide)** +**[Read the guide](https://sqlserverio.github.io/sqlstyle.guide/)** --- @@ -21,30 +21,10 @@ There is a Gemfile supplied so you just need to follow the To then run it locally `bundle exec jekyll serve` -## Projects known to be implementing the guide - -If your project uses this styleguide and you'd like to be mentioned in this readme then -please open a pull request adding it below in alphabetical order with a URL and short -description. - -* [BEdita](https://github.com/bedita/bedita) - a Symfony based PHP CMF -* [SQLQuery.jl](https://github.com/yeesian/SQLQuery.jl) - A Julia lang package for representing sql queries, and converting them to valid SQL statements -* [Stock Talk](https://github.com/nigelgilbert/stock-talk) - a realtime dashboard that displays the stock data of the most Tweeted Nasdaq companies. - -## Notable forks of the guide - -These are based on, but deviate in some way from sqlstyle.guide. - -If you have forked this styleguide and you'd like to be mentioned in this readme then -please open a pull request adding it below in alphabetical order with a URL and short -description of your deviance. - -* [Lumos Labs](https://github.com/lumoslabs/sqlstyle.guide) - removed the river, Redshift, etc. [www](http://engineering.lumosity.com/sqlstyle.guide) - - [md-lang]: http://daringfireball.net/projects/markdown/ [jekyll]: http://jekyllrb.com/ [gh-pages]: https://pages.github.com/ [md]: https://github.com/treffynnon/sqlstyle.guide/blob/gh-pages/_includes/sqlstyle.guide.md [gh-pages-help]: https://help.github.com/articles/using-jekyll-with-pages/#installing-jekyll +Original SQL style guide by Simon Holywell is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Based on a work at http://www.sqlstyle.guide.