Skip to content

Commit de4299f

Browse files
authored
Fix the build badge in the Readme (#1059)
* update build-tag link * fix broken log-level link
1 parent 8e59b31 commit de4299f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h4 align="center"> Amazon Kinesis Video Streams | Secure Video Ingestion for Analysis &amp; Storage </h4>
77

88
<p align="center">
9-
<a href="https://travis-ci.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp"> <img src="https://travis-ci.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp.svg?branch=master" alt="Build Status"> </a>
9+
<a href="https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/actions/workflows/ci.yml"> <img src="https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/actions/workflows/ci.yml/badge.svg"> </a>
1010
<a href="https://codecov.io/gh/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp"> <img src="https://codecov.io/gh/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/branch/master/graph/badge.svg" alt="Coverage Status"> </a>
1111
</p>
1212

@@ -70,7 +70,7 @@ Set up the desired log level. The log levels currently available with `log4cplus
7070
5. `ERROR`
7171
6. `FATAL`
7272

73-
To set a log level, update the log level value [here](https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/blob/master/samples/kvs_log_configuration#L1)
73+
To set a log level, update the log level value [here](https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/blob/master/kvs_log_configuration#L1)
7474

7575
Note: The default log level is `DEBUG`
7676

0 commit comments

Comments
 (0)