@@ -17,10 +17,10 @@ Checklist (and a short version for the impatient)
17
17
description (50 characters is the soft limit, excluding ticket
18
18
number(s)), and should skip the full stop.
19
19
20
- - If you have a [ http ://projects.theforeman.org/projects/puppet-foreman/issues] (Redmine issue)
20
+ - If you have a [ https ://projects.theforeman.org/projects/puppet-foreman/issues] (Redmine issue)
21
21
number, associate the issue in the message. The first line should start
22
22
with the issue number in the form "fixes #XXXX - rest of message".
23
- [ More information on the Redmine style] ( http ://projects.theforeman.org/projects/foreman/wiki/Reviewing_patches-commit_message_format) .
23
+ [ More information on the Redmine style] ( https ://projects.theforeman.org/projects/foreman/wiki/Reviewing_patches-commit_message_format) .
24
24
Tickets are not required for our installer Puppet modules.
25
25
26
26
- If you have a GitHub issue number, associate the issue in the message.
@@ -108,9 +108,9 @@ The long version
108
108
is merged in.
109
109
110
110
GitHub has some pretty good
111
- [ general documentation] ( http ://help.github.com/) on using
111
+ [ general documentation] ( https ://help.github.com/) on using
112
112
their site. They also have documentation on
113
- [ creating pull requests] ( http ://help.github.com/send-pull-requests/) .
113
+ [ creating pull requests] ( https ://help.github.com/send-pull-requests/) .
114
114
115
115
In general, after pushing your topic branch up to your
116
116
repository on GitHub, you can switch to the branch in the
@@ -132,10 +132,10 @@ Getting Started
132
132
---------------
133
133
134
134
Our puppet modules provide [ ` Gemfile ` ] ( ./Gemfile ) s which can tell a ruby
135
- package manager such as [ bundler] ( http ://bundler.io/) what Ruby packages,
135
+ package manager such as [ bundler] ( https ://bundler.io/) what Ruby packages,
136
136
or Gems, are required to build, develop, and test this software.
137
137
138
- Please make sure you have [ bundler installed] ( http ://bundler.io/#getting-started)
138
+ Please make sure you have [ bundler installed] ( https ://bundler.io/#getting-started)
139
139
on your system, then use it to install all dependencies needed for this project,
140
140
by running
141
141
@@ -238,11 +238,11 @@ review.
238
238
Additional Resources
239
239
====================
240
240
241
- * [ Support and contact details] ( http ://theforeman.org/support.html)
241
+ * [ Support and contact details] ( https ://theforeman.org/support.html)
242
242
243
- * [ General Foreman contribution details] ( http ://theforeman.org/contribute.html)
243
+ * [ General Foreman contribution details] ( https ://theforeman.org/contribute.html)
244
244
245
- * [ General GitHub documentation] ( http ://help.github.com/)
245
+ * [ General GitHub documentation] ( https ://help.github.com/)
246
246
247
- * [ GitHub pull request documentation] ( http ://help.github.com/send-pull-requests/)
247
+ * [ GitHub pull request documentation] ( https ://help.github.com/send-pull-requests/)
248
248
0 commit comments