diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # STAtic Ring Buffers [![Documentation](https://docs.rs/starb/badge.svg)](https://docs.rs/starb) -[![Testing](https://travis-ci.org/bjc/badge.svg?branch=master)](https://travis-ci.org/bjc/starb) +[![Testing](https://api.travis-ci.org/repos/bjc/starb.svg?branch=master)](https://travis-ci.org/bjc/starb) This is a simple ring-buffer structure that lives on the stack, rather than the heap, so that it can be used in `no-std` environments, such |