-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
*: fix broken links in markdown #7871
Conversation
Signed-off-by: Gyu-Ho Lee <[email protected]>
lgtm |
1 similar comment
lgtm |
Documentation/production-users.md
Outdated
@@ -203,8 +203,9 @@ In [DaoCloud][DaoCloud], we use Docker and Swarm to deploy and run our applicati | |||
- *Environment*: AWS, Kubernetes | |||
- *Backups*: EBS volume backups | |||
|
|||
At Branch, we use kubernetes heavily as our core microservice platform for staging and production. | |||
[Branch]:https://branch.io | |||
At Branch, we use kubernetes heavily as our core microservice platform for staging and production. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Branch](Branch)
?
Codecov Report
@@ Coverage Diff @@
## master #7871 +/- ##
=========================================
+ Coverage 75.69% 75.7% +0.01%
=========================================
Files 332 332
Lines 26203 26203
=========================================
+ Hits 19835 19838 +3
+ Misses 4935 4929 -6
- Partials 1433 1436 +3
Continue to review full report at Codecov.
|
Signed-off-by: Gyu-Ho Lee <[email protected]>
Signed-off-by: Gyu-Ho Lee <[email protected]>
Replace #7864.
Fix #7861.
Only cherry-pick the changes for backporting.
Will integrate with
marker
once it can handle the[...]
in markdown headers.