Skip to content

Commit 2a91893

Browse files
authored
Merge pull request github#16347 from github/repo-sync
repo sync
2 parents 7dd5a04 + 7e223bf commit 2a91893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ You can use gems from {% data variables.product.prodname_registry %} much like y
136136
end
137137
```
138138

139-
3. For Bundler versions earlier than 1.7.0, you need to add a new global `source`. For more information on using Bundler, see the [bundler.io documentation](http://bundler.io/v1.5/gemfile.html).
139+
3. For Bundler versions earlier than 1.7.0, you need to add a new global `source`. For more information on using Bundler, see the [bundler.io documentation](https://bundler.io/gemfile.html).
140140

141141
```ruby
142142
source "https://{% ifversion fpt or ghec %}rubygems.pkg.github.com{% else %}REGISTRY-URL{% endif %}/OWNER"

data/product-examples/code-security/code-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Security policies
2222
- title: Microsoft security policy template
2323
description: Example security policy
24-
href: https://github.com/microsoft/repo-templates/blob/main/shared/SECURITY.md
24+
href: /microsoft/repo-templates/blob/main/shared/SECURITY.md
2525
tags:
2626
- Security policy
2727
- title: Electron security policy

0 commit comments

Comments
 (0)