1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fixes broken links (#26308)

This commit is contained in:
Martin Lopes
2022-03-18 16:31:12 +10:00
committed by GitHub
parent 0f7fb8b015
commit 392432d7a2
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ You can use gems from {% data variables.product.prodname_registry %} much like y
end end
``` ```
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). 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).
```ruby ```ruby
source "https://{% ifversion fpt or ghec %}rubygems.pkg.github.com{% else %}REGISTRY-URL{% endif %}/OWNER" source "https://{% ifversion fpt or ghec %}rubygems.pkg.github.com{% else %}REGISTRY-URL{% endif %}/OWNER"

View File

@@ -21,7 +21,7 @@
# Security policies # Security policies
- title: Microsoft security policy template - title: Microsoft security policy template
description: Example security policy description: Example security policy
href: https://github.com/microsoft/repo-templates/blob/main/shared/SECURITY.md href: /microsoft/repo-templates/blob/main/shared/SECURITY.md
tags: tags:
- Security policy - Security policy
- title: Electron security policy - title: Electron security policy