Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Commit

Permalink
Fix link to webpack.js.org (#85)
Browse files Browse the repository at this point in the history
* Fix link to webpack.js.org

Now anchor goes into search, instead of the proper https://webpack.js.org/

* Update landing.html

* reduce primary header

* Add links to first steps and remove self-evident message
  • Loading branch information
Carlos Morales authored and SpaceK33z committed Dec 26, 2016
1 parent 0307bd0 commit d9019d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layouts/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@

<div class="row">
<div class="col-md-12">
<h1>Welcome to the webpack 1.x documentation! (For webpack 2.x visit <a href="webpack.js.org">webpack.js.org</a>)</h1>
<h1>Webpack 1.x documentation</h1>
<h2>(For webpack 2.x visit <a href="https://webpack.js.org">webpack.js.org</a>)</h2>

<p>Browse the contents in the left sidebar.</p>

<p>If you are new to webpack, you may want to start by reading this page or the Getting started section on the left.</p>
<p>If you are new to webpack, you may want to start by reading <a href="what-is-webpack.html">this page</a> or the <a href="tutorials/getting-started/">Getting started section</a>.</p>

</div>
</div>

Expand Down

0 comments on commit d9019d7

Please sign in to comment.