Skip to content

Commit

Permalink
Fix documents to replace http with https in reference URL [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
giraffate committed Sep 10, 2019
1 parent 3525603 commit 4db23d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guides/source/contributing_to_ruby_on_rails.md
Expand Up @@ -654,7 +654,7 @@ TIP: You may want to [put your Git branch name in your shell prompt](http://qugs

Changes that are merged into master are intended for the next major release of Rails. Sometimes, it might be beneficial for your changes to propagate back to the maintenance releases for older stable branches. Generally, security fixes and bug fixes are good candidates for a backport, while new features and patches that introduce a change in behavior will not be accepted. When in doubt, it is best to consult a Rails team member before backporting your changes to avoid wasted effort.

For simple fixes, the easiest way to backport your changes is to [extract a diff from your changes in master and apply them to the target branch](http://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git).
For simple fixes, the easiest way to backport your changes is to [extract a diff from your changes in master and apply them to the target branch](https://www.devroom.io/2009/10/26/how-to-create-and-apply-a-patch-with-git/).

First, make sure your changes are the only difference between your current branch and master:

Expand Down
2 changes: 1 addition & 1 deletion guides/source/debugging_rails_applications.md
Expand Up @@ -953,7 +953,7 @@ extension in the interpreter calls `malloc()` but doesn't properly call
`free()`, this memory won't be available until the app terminates.
For further information on how to install Valgrind and use with Ruby, refer to
[Valgrind and Ruby](http://blog.evanweaver.com/articles/2008/02/05/valgrind-and-ruby/)
[Valgrind and Ruby](https://blog.evanweaver.com/2008/02/05/valgrind-and-ruby/)
by Evan Weaver.
### Find a memory leak
Expand Down
2 changes: 1 addition & 1 deletion guides/source/ruby_on_rails_guides_guidelines.md
Expand Up @@ -15,7 +15,7 @@ After reading this guide, you will know:
Markdown
-------

Guides are written in [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown). There is comprehensive [documentation for Markdown](http://daringfireball.net/projects/markdown/syntax), as well as a [cheatsheet](http://daringfireball.net/projects/markdown/basics).
Guides are written in [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown). There is comprehensive [documentation for Markdown](https://daringfireball.net/projects/markdown/syntax), as well as a [cheatsheet](https://daringfireball.net/projects/markdown/basics).

Prologue
--------
Expand Down

0 comments on commit 4db23d0

Please sign in to comment.