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

Updated links from http to https in guides, docs, etc #35529

Merged

Conversation

abhaynikam
Copy link
Contributor

@abhaynikam abhaynikam commented Mar 8, 2019

Converted few links which can be converted to HTTPS after PR #35492

ref: #35492 (comment)

@r? @vipulnsward

@@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.author = "David Heinemeier Hansson"
s.email = "david@loudthinking.com"
s.homepage = "http://rubyonrails.org"
s.homepage = "https://rubyonrails.org"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added ci skip to this, but will change in gemspec anyways affect anything?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not add [ci skip], gemspec is definitely not doc, but Ruby code.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kamipo : Removed [ci skip] and fixed other comments too.

actionmailer/README.rdoc Outdated Show resolved Hide resolved
@abhaynikam abhaynikam force-pushed the 35492-follow-up-to-updates-links-to-https branch from 0876e5a to 6268fd0 Compare March 9, 2019 11:02
@@ -13,7 +13,7 @@ You can read more about Action Cable in the [Action Cable Overview](https://edge

API documentation is at:

* http://api.rubyonrails.org
* https://api.rubyonrails.org/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My Bad. Fixed it now.

@abhaynikam abhaynikam force-pushed the 35492-follow-up-to-updates-links-to-https branch from 6268fd0 to 476abd4 Compare March 9, 2019 11:14
@kamipo kamipo merged commit b7fa01b into rails:master Mar 9, 2019
@abhaynikam
Copy link
Contributor Author

Thanks, @kamipo . I missed a few gemspec files to update the links to https. Is it okay if I reopen a new PR for it?

@kamipo
Copy link
Member

kamipo commented Mar 9, 2019

Confirmed actionview.gemspec, activejob.gemspec, activemodel.gemspec, activerecord.gemspec, activestorage.gemspec, activesupport.gemspec, and railties/RDOC_MAIN.rdoc.
Please do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants