Skip to content

Commit

Permalink
chore(docs): 馃敀 Fix missing HTTPS on links (#21029)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Jan 30, 2020
1 parent cc756f9 commit 91bb25a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/managing-pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@ Alternatively, you can manage forks and branches with [hub](https://github.com/g

### Who can review a PR?

If you're a member of the [gatsbyjs](http://github.com/gatsbyjs) organization on GitHub, you can review **most** PRs. PRs with [`topic: internal`](https://github.com/gatsbyjs/gatsby/issues?q=is%3Aopen+is%3Aissue+label%3A%22topic%3A+internal%22) are reserved for Core and Learning team members as they are typically part of an internal project or hiring process.
If you're a member of the [gatsbyjs](https://github.com/gatsbyjs) organization on GitHub, you can review **most** PRs. PRs with [`topic: internal`](https://github.com/gatsbyjs/gatsby/issues?q=is%3Aopen+is%3Aissue+label%3A%22topic%3A+internal%22) are reserved for Core and Learning team members as they are typically part of an internal project or hiring process.

> 馃挕 Not a member yet? Want to [get involved in contributing](/contributing/how-to-contribute/) to open source projects? Make your first contribution and you'll be invited automatically!
### Who can approve a PR?

Every PR opened in the repository needs to be approved before it can be merged. While anyone who is a member of the [gatsbyjs](http://github.com/gatsbyjs) organization can approve a PR, to be merged in, it needs to be reviewed by a member of the team that owns that part of Gatsby.
Every PR opened in the repository needs to be approved before it can be merged. While anyone who is a member of the [gatsbyjs](https://github.com/gatsbyjs) organization can approve a PR, to be merged in, it needs to be reviewed by a member of the team that owns that part of Gatsby.

Typically this is:

Expand Down
4 changes: 2 additions & 2 deletions docs/sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6128,7 +6128,7 @@
- title: APIs You Won't Hate
url: https://apisyouwonthate.com/blog
main_url: https://apisyouwonthate.com
source_url: http://github.com/apisyouwonthate/apisyouwonthate.com
source_url: https://github.com/apisyouwonthate/apisyouwonthate.com
description: >
API development is a topic very close to our hearts. APIs You Won't Hate is a team and community dedicated to learning, writing, sharing ideas and bettering understanding of API practices. Together we can erradicate APIs we hate.
categories:
Expand Down Expand Up @@ -6822,7 +6822,7 @@
categories:
- eCommerce
built_by: Kyle Kitlinski
built_by_url: http://github.com/k-kit
built_by_url: https://github.com/k-kit
featured: false
- title: Mill3 Studio
main_url: https://mill3.studio/en/
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/blog-netlify-cms-tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You'll likely also want to edit the `README.md` and `package.json` files to incl

### Step 4

Open [github.com](http://github.com) and create a new repository, with the same name as your project. Push your new Gatsby site's code to GitHub using the following Terminal commands:
Open [github.com](https://github.com) and create a new repository, with the same name as your project. Push your new Gatsby site's code to GitHub using the following Terminal commands:

```shell
git init
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/part-eight/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@ Lighthouse is a great tool for site improvements and learning -- Continue lookin

### Official Starters

1. [Gatsby's Default Starter](https://github.com/gatsbyjs/gatsby-starter-default): Kick off your project with this default boilerplate. This barebones starter ships with the main Gatsby configuration files you might need. _[working example](http://gatsbyjs.github.io/gatsby-starter-default/)_
2. [Gatsby's Blog Starter](https://github.com/gatsbyjs/gatsby-starter-blog): Gatsby starter for creating an awesome and blazing-fast blog. _[working example](http://gatsbyjs.github.io/gatsby-starter-blog/)_
1. [Gatsby's Default Starter](https://github.com/gatsbyjs/gatsby-starter-default): Kick off your project with this default boilerplate. This barebones starter ships with the main Gatsby configuration files you might need. _[working example](https://gatsbyjs.github.io/gatsby-starter-default/)_
2. [Gatsby's Blog Starter](https://github.com/gatsbyjs/gatsby-starter-blog): Gatsby starter for creating an awesome and blazing-fast blog. _[working example](https://gatsbyjs.github.io/gatsby-starter-blog/)_
3. [Gatsby's Hello-World Starter](https://github.com/gatsbyjs/gatsby-starter-hello-world): Gatsby Starter with the bare essentials needed for a Gatsby site. _[working example](https://gatsby-starter-hello-world-demo.netlify.com/)_

## That's all, folks
Expand Down
10 changes: 5 additions & 5 deletions peril/tests/validate-yaml/validate-yaml-starters.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ site:
describe("a new PR", () => {
it(`Valid entry passes validation`, async () => {
setStartersYmlContent(`
- url: http://gatsbyjs.github.io/gatsby-starter-default/
- url: https://gatsbyjs.github.io/gatsby-starter-default/
repo: https://github.com/gatsbyjs/gatsby-starter-default
description: official default
features:
Expand Down Expand Up @@ -197,7 +197,7 @@ describe("a new PR", () => {

it(`Doesn't allow non GitHub repos`, async () => {
setStartersYmlContent(`
- url: http://gatsbyjs.github.io/gatsby-starter-default/
- url: https://gatsbyjs.github.io/gatsby-starter-default/
repo: https://gitlab.com/gatsbyjs/gatsby-starter-default
description: official default
features:
Expand All @@ -220,21 +220,21 @@ describe("a new PR", () => {

it(`Check for duplicates`, async () => {
setStartersYmlContent(`
- url: http://gatsbyjs.github.io/gatsby-starter-default/
- url: https://gatsbyjs.github.io/gatsby-starter-default/
repo: https://github.com/gatsbyjs/gatsby-starter-default
description: official default
features:
- It works
tags:
- Official
- url: http://gatsbyjs.github.io/gatsby-starter-default2/
- url: https://gatsbyjs.github.io/gatsby-starter-default2/
repo: https://github.com/gatsbyjs/gatsby-starter-default
description: official default
features:
- It works
tags:
- Official
- url: http://gatsbyjs.github.io/gatsby-starter-default/
- url: https://gatsbyjs.github.io/gatsby-starter-default/
repo: https://github.com/gatsbyjs/gatsby-starter-default2
description: official default
features:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ made herself on the way.

When she reached the first hills of the **Italic Mountains**, she had a last
view back on the skyline of her hometown _Bookmarksgrove_, the headline of
[Alphabet Village](http://google.com) and the subline of her own road, the Line
[Alphabet Village](https://google.com) and the subline of her own road, the Line
Lane. Pityful a rhetoric question ran over her cheek, then she continued her
way. On her way she met a copy.

### Overlaid the jeepers uselessly much excluding

But nothing the copy said could convince her and so it didn鈥檛 take long until a
few insidious Copy Writers ambushed her, made her drunk with
[Longe and Parole](http://google.com) and dragged her into their agency, where
[Longe and Parole](https://google.com) and dragged her into their agency, where
they abused her for their projects again and again. And if she hasn鈥檛 been
rewritten, then they are still using her.

Expand Down

0 comments on commit 91bb25a

Please sign in to comment.