Skip to content

Commit

Permalink
Fix Markdown link checking action (#196)
Browse files Browse the repository at this point in the history
Fixes #170
  • Loading branch information
tpaschalis authored Jul 2, 2024
1 parent 9265224 commit a3a0863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .markdown_link_check_config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^https://www.uber.com/blog/flipr/$"
}
],
"retryOn429": true,
Expand Down
4 changes: 2 additions & 2 deletions specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -3144,14 +3144,14 @@ reduce the number of connections to the Server when a very large number

### Configuration Management

* [Uber Flipr](https://eng.uber.com/flipr/)
* [Uber Flipr](https://www.uber.com/blog/flipr/)
* Facebook's
[Holistic Configuration Management](https://research.facebook.com/file/877841159827226/holistic-configuration-management-at-facebook.pdf)
(push)

### Security and Certificate Management

* [mTLS in Go](https://kofo.dev/how-to-mtls-in-golang)
* [mTLS in Go](https://web.archive.org/web/20240223142649/https://kofo.dev/how-to-mtls-in-golang)
* [ACME certificate management protocol](https://datatracker.ietf.org/doc/html/rfc8555)
* [ACME for client certificates](https://datatracker.ietf.org/doc/draft-moriarty-acme-client/)

Expand Down

0 comments on commit a3a0863

Please sign in to comment.