]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use Jekyll configuration for blog/slack URLs 18055/head
authorDavid Beitey <david@davidjb.com>
Mon, 26 Oct 2015 00:38:56 +0000 (10:38 +1000)
committerDavid Beitey <david@davidjb.com>
Mon, 26 Oct 2015 00:38:56 +0000 (10:38 +1000)
This reuses the existing URLs in the docs Jekyll configuration rather than hard coding.

docs/getting-started/introduction.md

index 9fe3103e54331f42d9455421684da02cca36efc0..845d3c97c4355bd958e7abfbd74b5925a633d091 100644 (file)
@@ -119,8 +119,8 @@ For improved cross-browser rendering, we use [Normalize.css](http://necolas.gith
 Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources.
 
 - Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
-- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
-- Join [the official Slack room](https://bootstrap-slack.herokuapp.com).
+- Read and subscribe to [The Official Bootstrap Blog]({{ site.blog }}).
+- Join [the official Slack room]({{ site.slack }}).
 - Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.
 - Implementation help may be found at Stack Overflow (tagged [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)).
 - Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.