aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/api_documentation_guidelines.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-08-23 10:15:28 +0900
committerGitHub <noreply@github.com>2017-08-23 10:15:28 +0900
commit793807375b62ca091f59576642dd5affcf07144c (patch)
tree9696228fca642d0eafb66511b5dc1e1923829961 /guides/source/api_documentation_guidelines.md
parent6655f1e54097350d893acf2032a4aaf9957f137b (diff)
parentbf48e90e6925eea5ba74a09988d2b20dd553c845 (diff)
downloadrails-793807375b62ca091f59576642dd5affcf07144c.tar.gz
rails-793807375b62ca091f59576642dd5affcf07144c.tar.bz2
rails-793807375b62ca091f59576642dd5affcf07144c.zip
Merge pull request #30373 from yhirano55/use_https_instead_of_http_in_rails_guide
Use https instead of http in guide [ci skip]
Diffstat (limited to 'guides/source/api_documentation_guidelines.md')
-rw-r--r--guides/source/api_documentation_guidelines.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/api_documentation_guidelines.md b/guides/source/api_documentation_guidelines.md
index c3c7367304..f4ecc9ea41 100644
--- a/guides/source/api_documentation_guidelines.md
+++ b/guides/source/api_documentation_guidelines.md
@@ -82,12 +82,12 @@ used. Instead of:
English
-------
-Please use American English (*color*, *center*, *modularize*, etc). See [a list of American and British English spelling differences here](http://en.wikipedia.org/wiki/American_and_British_English_spelling_differences).
+Please use American English (*color*, *center*, *modularize*, etc). See [a list of American and British English spelling differences here](https://en.wikipedia.org/wiki/American_and_British_English_spelling_differences).
Oxford Comma
------------
-Please use the [Oxford comma](http://en.wikipedia.org/wiki/Serial_comma)
+Please use the [Oxford comma](https://en.wikipedia.org/wiki/Serial_comma)
("red, white, and blue", instead of "red, white and blue").
Example Code