Skip to content

Commit 602cf21

Browse files
committed
📇 Update links in README
The repository was recently renamed from bpstd -> BackportCpp. The links in the README have been updated to reflect this change. Additionally, new badges have been added to the README
1 parent ab79c27 commit 602cf21

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
[![Github Issues](https://img.shields.io/github/issues/bitwizeshift/bpstd.svg)](http://github.com/bitwizeshift/bpstd/issues)
1+
[![Build Status](https://github.com/bitwizeshift/BackportCpp/workflows/build/badge.svg)](https://github.com/bitwizeshift/BackportCpp/actions)
2+
[![Github Issues](https://img.shields.io/github/issues/bitwizeshift/BackportCpp.svg)](http://github.com/bitwizeshift/BackportCpp/issues)
23
[![Tested Compilers](https://img.shields.io/badge/compilers-gcc%20%7C%20clang%20%7C%20msvc-blue.svg)](#tested-compilers)
3-
[![Documentation](https://img.shields.io/badge/docs-doxygen-blue.svg)](http://bitwizeshift.github.io/bpstd)
4-
[![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/bitwizeshift/bpstd/master/LICENSE.md)
5-
[![Github Releases](https://img.shields.io/github/release/bitwizeshift/bpstd.svg)](https://github.com/bitwizeshift/bpstd/releases)
4+
[![Documentation](https://img.shields.io/badge/docs-doxygen-blue.svg)](http://bitwizeshift.github.io/BackportCpp)
5+
[![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/bitwizeshift/BackportCpp/master/LICENSE)
6+
[![Github Releases](https://img.shields.io/github/release/bitwizeshift/BackportCpp.svg)](https://github.com/bitwizeshift/BackportCpp/releases)
7+
[![Download](https://api.bintray.com/packages/bitwizeshift/Backport/Backport%3Abackport/images/download.svg)](https://bintray.com/bitwizeshift/Backport/Backport%3Abackport/_latestVersion)
68

79
# C++ Backport
810

@@ -22,7 +24,7 @@ if using C++14, more `constexpr` is available to the user than with C++11)
2224
A summary of all existing features in **Backport**
2325
* [FAQ](#faq) \
2426
Frequently asked questions about this library
25-
* [API Reference](https://bitwizeshift.github.io/bpstd/api/latest/manual.html) \
27+
* [API Reference](https://bitwizeshift.github.io/BackportCpp/api/latest/manual.html) \
2628
For doxygen-generated API information
2729
* [Legal](doc/legal.md) \
2830
Information about how to attribute this project

0 commit comments

Comments
 (0)