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

Fixed broken links #2

Merged
merged 3 commits into from
Mar 25, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ module.exports = function(grunt) {
banner:
'/*!\n * Materialize v' +
grunt.option('newver') +
' (http://materializecss.com)\n * Copyright 2014-2021 Materialize\n * MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)\n */',
' (https://materializecss.github.io/materialize)\n * Copyright 2014-2021 Materialize\n * MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)\n */',
linebreak: true
},
files: {
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://materializecss.com/">
<img src="https://materializecss.com/res/materialize.svg" width="150">
<a href="https://materializecss.github.io/materialize/">
<img src="https://materializecss.github.io/materialize/res/materialize.svg" width="150">
</a>
</p>

Expand All @@ -9,7 +9,7 @@
<p align="center">
Materialize, a CSS Framework based on material design.
<br>
<a href="https://materializecss.com/"><strong>-- Browse the docs --</strong></a>
<a href="https://materializecss.github.io/materialize/"><strong>-- Browse the docs --</strong></a>
<br>
<br>
<a href="https://github.com/materializecss/materialize/actions/">
Expand Down Expand Up @@ -43,15 +43,15 @@
- [Copyright and license](#copyright-and-license)

## Quickstart:
Read the [getting started guide](https://materializecss.com/getting-started.html) for more information on how to use materialize.
Read the [getting started guide](https://materializecss.github.io/materialize/getting-started.html) for more information on how to use materialize.

- [Download the latest release](https://github.com/materializecss/materialize/releases/latest) of materialize directly from GitHub. ([Beta](https://github.com/materializecss/materialize/releases/))
- Clone the repo: `git clone https://github.com/materializecss/materialize.git` (Beta: `git clone -b v1-dev https://github.com/materializecss/materialize.git`)
- Include the files via [jsDelivr](https://www.jsdelivr.com/package/npm/@materializecss/materialize).
- Install with [npm](https://www.npmjs.com): `npm install @materializecss/materialize` (Beta: `npm install @materializecss/materialize@next`)

## Documentation
The documentation can be found at <https://materializecss.com>. To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer.
The documentation can be found at <https://materializecss.github.io/materialize>. To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer.

### Running documentation locally
Run these commands to set up the documentation:
Expand Down
2 changes: 1 addition & 1 deletion docs/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
var query = $(this).val();
var results = window.index.search(query).slice(0, 6).map(function (result) {
result = window.indexStore[result.ref];
return [result.title, "/" + result.href];
return [result.title, result.href];
});
renderResults(results);
}));
Expand Down
2 changes: 1 addition & 1 deletion extras/noUiSlider/nouislider.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Materialize 1.0.0 (http://materializecss.com)
* Materialize 1.0.0 (https://materializecss.github.io/materialize)
* Copyright 2014-2015 Materialize
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion extras/noUiSlider/nouislider.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Materialize 1.0.0 (http://materializecss.com)
* Materialize 1.0.0 (https://materializecss.github.io/materialize)
* Copyright 2014-2015 Materialize
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion jade/_navbar.jade
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ header
i.material-icons menu
ul#nav-mobile.sidenav.sidenav-fixed
li(class="logo")
a#logo-container.brand-logo(href='/')
a#logo-container.brand-logo(href='/materialize/')
object#front-page-logo(type='image/svg+xml', data='res/materialize.svg') Your browser does not support SVG
li.version
a.dropdown-trigger(href='#' data-target='version-dropdown') 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion jade/index/index_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h4 class="light">A modern responsive front-end framework based on Material Desi
</div>
</div>
<div class="row center">
<a href="/getting-started.html" id="download-button" class="btn-large waves-effect waves-light">Get Started</a>
<a href="getting-started.html" id="download-button" class="btn-large waves-effect waves-light">Get Started</a>
<a href="https://github.com/materializecss/materialize/blob/v1-dev/v1-upgrade-guide.md" id="upgrade-button" class="btn-large waves-effect waves-light">Upgrade from 0.100.2</a>
</div>
<div class="row center"><a class="current-version-number" href="https://github.com/materializecss/materialize">Release: 1.0.0</a></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@materializecss/materialize",
"description": "Builds Materialize distribution packages",
"author": "Alvin Wang, Alan Chang",
"homepage": "http://materializecss.com/",
"homepage": "https://materializecss.github.io/materialize/",
"version": "1.0.0",
"main": "dist/js/materialize.js",
"style": "dist/css/materialize.css",
Expand Down
4 changes: 2 additions & 2 deletions templates/masonry-template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1 class="header center teal-text text-lighten-2">Parallax Template</h1>
<h5 class="header col s12 light">A modern responsive front-end framework based on Material Design</h5>
</div>
<div class="row center">
<a href="http://materializecss.com/getting-started.html" id="download-button" class="btn-large waves-effect waves-light teal lighten-1">Get Started</a>
<a href="https://materializecss.github.io/materialize/getting-started.html" id="download-button" class="btn-large waves-effect waves-light teal lighten-1">Get Started</a>
</div>
<br><br>

Expand Down Expand Up @@ -148,7 +148,7 @@ <h5 class="white-text">Connect</h5>
</div>
<div class="footer-copyright">
<div class="container">
Made by <a class="brown-text text-lighten-3" href="http://materializecss.com">Materialize</a>
Made by <a class="brown-text text-lighten-3" href="https://materializecss.github.io/materialize">Materialize</a>
</div>
</div>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions templates/masonry-template/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 class="header center teal-text text-lighten-2">Parallax Template</h1>
<h5 class="header col s12 light">A modern responsive front-end framework based on Material Design</h5>
</div>
<div class="row center">
<a href="http://materializecss.com/getting-started.html" id="download-button" class="btn-large waves-effect waves-light teal lighten-1">Get Started</a>
<a href="https://materializecss.github.io/materialize/getting-started.html" id="download-button" class="btn-large waves-effect waves-light teal lighten-1">Get Started</a>
</div>
<br><br>

Expand Down Expand Up @@ -166,7 +166,7 @@ <h5 class="white-text">Connect</h5>
</div>
<div class="footer-copyright">
<div class="container">
Made by <a class="brown-text text-lighten-3" href="http://materializecss.com">Materialize</a>
Made by <a class="brown-text text-lighten-3" href="https://materializecss.github.io/materialize">Materialize</a>
</div>
</div>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions templates/parallax-template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 class="header center teal-text text-lighten-2">Parallax Template</h1>
<h5 class="header col s12 light">A modern responsive front-end framework based on Material Design</h5>
</div>
<div class="row center">
<a href="http://materializecss.com/getting-started.html" id="download-button" class="btn-large waves-effect waves-light teal lighten-1">Get Started</a>
<a href="https://materializecss.github.io/materialize/getting-started.html" id="download-button" class="btn-large waves-effect waves-light teal lighten-1">Get Started</a>
</div>
<br><br>

Expand Down Expand Up @@ -149,7 +149,7 @@ <h5 class="white-text">Connect</h5>
</div>
<div class="footer-copyright">
<div class="container">
Made by <a class="brown-text text-lighten-3" href="http://materializecss.com">Materialize</a>
Made by <a class="brown-text text-lighten-3" href="https://materializecss.github.io/materialize">Materialize</a>
</div>
</div>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions templates/parallax-template/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 class="header center teal-text text-lighten-2">Parallax Template</h1>
<h5 class="header col s12 light">A modern responsive front-end framework based on Material Design</h5>
</div>
<div class="row center">
<a href="http://materializecss.com/getting-started.html" id="download-button" class="btn-large waves-effect waves-light teal lighten-1">Get Started</a>
<a href="https://materializecss.github.io/materialize/getting-started.html" id="download-button" class="btn-large waves-effect waves-light teal lighten-1">Get Started</a>
</div>
<br><br>

Expand Down Expand Up @@ -149,7 +149,7 @@ <h5 class="white-text">Connect</h5>
</div>
<div class="footer-copyright">
<div class="container">
Made by <a class="brown-text text-lighten-3" href="http://materializecss.com">Materialize</a>
Made by <a class="brown-text text-lighten-3" href="https://materializecss.github.io/materialize">Materialize</a>
</div>
</div>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions templates/starter-template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class="header center orange-text">Starter Template</h1>
<h5 class="header col s12 light">A modern responsive front-end framework based on Material Design</h5>
</div>
<div class="row center">
<a href="http://materializecss.com/getting-started.html" id="download-button" class="btn-large waves-effect waves-light orange">Get Started</a>
<a href="https://materializecss.github.io/materialize/getting-started.html" id="download-button" class="btn-large waves-effect waves-light orange">Get Started</a>
</div>
<br><br>

Expand Down Expand Up @@ -107,7 +107,7 @@ <h5 class="white-text">Connect</h5>
</div>
<div class="footer-copyright">
<div class="container">
Made by <a class="orange-text text-lighten-3" href="http://materializecss.com">Materialize</a>
Made by <a class="orange-text text-lighten-3" href="https://materializecss.github.io/materialize">Materialize</a>
</div>
</div>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions templates/starter-template/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class="header center orange-text">Starter Template</h1>
<h5 class="header col s12 light">A modern responsive front-end framework based on Material Design</h5>
</div>
<div class="row center">
<a href="http://materializecss.com/getting-started.html" id="download-button" class="btn-large waves-effect waves-light orange">Get Started</a>
<a href="https://materializecss.github.io/materialize/getting-started.html" id="download-button" class="btn-large waves-effect waves-light orange">Get Started</a>
</div>
<br><br>

Expand Down Expand Up @@ -107,7 +107,7 @@ <h5 class="white-text">Connect</h5>
</div>
<div class="footer-copyright">
<div class="container">
Made by <a class="orange-text text-lighten-3" href="http://materializecss.com">Materialize</a>
Made by <a class="orange-text text-lighten-3" href="https://materializecss.github.io/materialize">Materialize</a>
</div>
</div>
</footer>
Expand Down
8 changes: 4 additions & 4 deletions test/html/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ <h3>Variable Width</h3>
<li class="tab disabled"><a href="#test3">Disabled Tab</a></li>
<li class="tab"><a href="#test3">Test 4</a></li>
<li class="tab"><a href="#test4">Test 5</a></li>
<li class="tab"><a target="_self" href="http://materializecss.com">Link in same window</a></li>
<li class="tab"><a target="_blank" href="http://materializecss.com">Link in new window</a></li>
<li class="tab"><a target="_self" href="https://materializecss.github.io/materialize">Link in same window</a></li>
<li class="tab"><a target="_blank" href="https://materializecss.github.io/materialize">Link in new window</a></li>
</ul>
</div>

Expand All @@ -54,8 +54,8 @@ <h3>Fixed Width</h3>
<li class="tab disabled"><a href="#test3">Disabled Tab</a></li>
<li class="tab"><a href="#test7">Test 4</a></li>
<li class="tab"><a href="#test8">Test 5</a></li>
<li class="tab"><a target="_self" href="http://materializecss.com">Link in same window</a></li>
<li class="tab"><a target="_blank" href="http://materializecss.com">Link in new window</a></li>
<li class="tab"><a target="_self" href="https://materializecss.github.io/materialize">Link in same window</a></li>
<li class="tab"><a target="_blank" href="https://materializecss.github.io/materialize">Link in new window</a></li>
</ul>
</div>

Expand Down