aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorDavid Beitey <[email protected]>2015-10-26 10:38:56 +1000
committerDavid Beitey <[email protected]>2015-10-26 10:38:56 +1000
commit1f379a12cabbfbb0d87c823022a307fd8c119d25 (patch)
tree4095e7a10063d6ba5fdfc3466b3c4b5d325daba6 /docs/getting-started
parent2332a3f536be75c4407557435c91cae359816625 (diff)
downloadbootstrap-1f379a12cabbfbb0d87c823022a307fd8c119d25.tar.xz
bootstrap-1f379a12cabbfbb0d87c823022a307fd8c119d25.zip
Use Jekyll configuration for blog/slack URLs
This reuses the existing URLs in the docs Jekyll configuration rather than hard coding.
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/introduction.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md
index 9fe3103e5..845d3c97c 100644
--- a/docs/getting-started/introduction.md
+++ b/docs/getting-started/introduction.md
@@ -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.