Skip to content
This repository has been archived by the owner on Nov 23, 2018. It is now read-only.

Minor changes to markdown files #245

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to Mobile Boilerplate

♥ [Mobile Boilerplate](http://html5boilerplate.com/mobile/) and want to get involved?
♥ [Mobile Boilerplate](https://html5boilerplate.com/mobile/) and want to get involved?
Thanks! There are plenty of ways you can help!


Expand Down Expand Up @@ -67,7 +67,7 @@ changes to any part of the project, please open an issue to discuss it first.
Please follow this process; it's the best way to get your work included in the
project:

1. [Fork](http://help.github.com/fork-a-repo/) the project.
1. [Fork](https://help.github.com/fork-a-repo/) the project.

2. Clone your fork (`git clone
https://github.com/<your-username>/mobile-boilerplate.git`).
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# [Mobile Boilerplate](http://html5boilerplate.com/mobile/)
# [Mobile Boilerplate](https://html5boilerplate.com/mobile/)

Mobile Boilerplate is a professional front-end template that helps you build
fast and robust mobile web applications. Spend more time developing and less
time reinventing the wheel.

* Source: [https://github.com/h5bp/mobile-boilerplate](https://github.com/h5bp/mobile-boilerplate)
* Homepage: [http://html5boilerplate.com/mobile/](http://html5boilerplate.com/mobile/)
* Twitter: [@h5bp](http://twitter.com/h5bp)
* Homepage: [https://html5boilerplate.com/mobile/](http://html5boilerplate.com/mobile/)
* Twitter: [@h5bp](https://twitter.com/h5bp)


## Quick start
Expand Down Expand Up @@ -37,7 +37,7 @@ or [download it](https://github.com/h5bp/mobile-boilerplate/zipball/master)
* An optimized Google Analytics snippet.
* Apache server caching, compression, and other configuration defaults for
Grade-A performance.
* Cross-domain Ajax.
* Cross-domain AJAX.
* "Delete-key friendly." Easy to strip out parts you don't need.
* Extensive inline and accompanying documentation.

Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Mobile Boilerplate homepage](http://html5boilerplate.com/mobile/)
[Mobile Boilerplate homepage](https://html5boilerplate.com/mobile/)

# Mobile Boilerplate documentation:

Expand Down
2 changes: 1 addition & 1 deletion doc/crossdomain.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Mobile Boilerplate homepage](http://html5boilerplate.com/mobile/) | [Documentation
[Mobile Boilerplate homepage](https://html5boilerplate.com/mobile/) | [Documentation
table of contents](README.md)

# crossdomain.xml
Expand Down
2 changes: 1 addition & 1 deletion doc/css.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Mobile Boilerplate homepage](http://html5boilerplate.com/mobile/) | [Documentation
[Mobile Boilerplate homepage](https://html5boilerplate.com/mobile/) | [Documentation
table of contents](README.md)

# The CSS
Expand Down
9 changes: 3 additions & 6 deletions doc/extend.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Mobile Boilerplate homepage](http://html5boilerplate.com/mobile/) | [Documentation
[Mobile Boilerplate homepage](https://html5boilerplate.com/mobile/) | [Documentation
table of contents](README.md)

# Extend and customise Mobile Boilerplate
Expand All @@ -16,8 +16,8 @@ The line of code below in the .htaccess file could prevent content transcoders f
`Cache-Control: no-transform`

Read more at the articles below:
[http://mobiforge.com/developing/blog/responsible-reformatting](http://mobiforge.com/developing/blog/responsible-reformatting)
[http://mobiforge.com/developing/story/setting-http-headers-advise-transcoding-proxies](http://mobiforge.com/developing/story/setting-http-headers-advise-transcoding-proxies)
[mobiforge.com/developing/blog/responsible-reformatting](http://mobiforge.com/developing/blog/responsible-reformatting)
[mobiforge.com/developing/story/setting-http-headers-advise-transcoding-proxies](http://mobiforge.com/developing/story/setting-http-headers-advise-transcoding-proxies)

### Server side redirection script

Expand Down Expand Up @@ -59,9 +59,6 @@ AddType application/x-java-archive jar
AddType text/vnd.sun.j2me.app-descriptor jad
```

* [Apache configuration for mobile application download](https://bit.ly/SJJCND)
* [How to enable OTA (Over The Air) SIS install from your website](https://bit.ly/ORTLLA)

## DNS prefetching

In short, DNS Prefetching is a method of informing the browser of domain names
Expand Down
2 changes: 1 addition & 1 deletion doc/faq.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Mobile Boilerplate homepage](http://html5boilerplate.com/mobile/) | [Documentation
[Mobile Boilerplate homepage](https://html5boilerplate.com/mobile/) | [Documentation
table of contents](README.md)

# Frequently asked questions
Expand Down
6 changes: 3 additions & 3 deletions doc/html.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Mobile Boilerplate homepage](http://html5boilerplate.com/mobile/) | [Documentation
[Mobile Boilerplate homepage](https://html5boilerplate.com/mobile/) | [Documentation
table of contents](README.md)

# The HTML
Expand All @@ -8,7 +8,7 @@ table of contents](README.md)

Allows you to more easily explicitly add custom styles when JavaScript is
disabled (`no-js`) or enabled (`js`). More here: [Avoiding the
FOUC](http://paulirish.com/2009/avoiding-the-fouc-v3/).
FOUC](https://paulirish.com/2009/avoiding-the-fouc-v3/).


## The order of meta tags, and `<title>`
Expand Down Expand Up @@ -115,7 +115,7 @@ Styles the bar at the top of the browser
## Canonical link to the desktop version for SEO

```html
<link rel="canonical" href="http://www.example.com/" >
<link rel="canonical" href="http://www.example.com/">
```

Websites with separate URLs for desktop and mobile websites need to have a canonical link on mobile site pointing back to the desktop version for SEO. More information on [Google Webmaster Docs](https://developers.google.com/webmasters/smartphone-sites/details#separateurls).
Expand Down
4 changes: 2 additions & 2 deletions doc/misc.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Mobile Boilerplate homepage](http://html5boilerplate.com/mobile/) | [Documentation table of contents](README.md)
[Mobile Boilerplate homepage](https://html5boilerplate.com/mobile/) | [Documentation table of contents](README.md)

# Miscellaneous

Expand Down Expand Up @@ -48,4 +48,4 @@ you want to block access to private content, use proper authentication instead.
For more information about `robots.txt`, please see:

* [robotstxt.org](http://www.robotstxt.org/)
* [How Google handles the `robots.txt` file](https://developers.google.com/webmasters/control-crawl-index/docs/robots_txt)
* [How Google handles the `robots.txt` file](https://developers.google.com/webmasters/control-crawl-index/docs/robots_txt)
2 changes: 1 addition & 1 deletion doc/usage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Mobile Boilerplate homepage](http://html5boilerplate.com/mobile/) | [Documentation
[Mobile Boilerplate homepage](https://html5boilerplate.com/mobile/) | [Documentation
table of contents](README.md)

# Usage
Expand Down