diff --git a/README.md b/README.md index f21d2686..5de06fff 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Genetic Algorithms in C++ -[![linux](https://github.com/KRM7/genetic-algorithms/actions/workflows/linux.yml/badge.svg?branch=dev)](https://github.com/KRM7/genetic-algorithms/actions/workflows/linux.yml) -[![windows](https://github.com/KRM7/genetic-algorithms/actions/workflows/windows.yml/badge.svg?branch=dev)](https://github.com/KRM7/genetic-algorithms/actions/workflows/windows.yml) -[![sanitizers](https://github.com/KRM7/genetic-algorithms/actions/workflows/sanitizers.yml/badge.svg?branch=dev)](https://github.com/KRM7/genetic-algorithms/actions/workflows/sanitizers.yml) -[![code analysis](https://github.com/KRM7/genetic-algorithms/actions/workflows/analysis.yml/badge.svg?branch=dev)](https://github.com/KRM7/genetic-algorithms/actions/workflows/analysis.yml) - +[![linux](https://github.com/KRM7/genetic-algorithms/actions/workflows/linux.yml/badge.svg?branch=master)](https://github.com/KRM7/genetic-algorithms/actions/workflows/linux.yml) +[![windows](https://github.com/KRM7/genetic-algorithms/actions/workflows/windows.yml/badge.svg?branch=master)](https://github.com/KRM7/genetic-algorithms/actions/workflows/windows.yml) +[![sanitizers](https://github.com/KRM7/genetic-algorithms/actions/workflows/sanitizers.yml/badge.svg?branch=master)](https://github.com/KRM7/genetic-algorithms/actions/workflows/sanitizers.yml) +[![code analysis](https://github.com/KRM7/genetic-algorithms/actions/workflows/analysis.yml/badge.svg?branch=master)](https://github.com/KRM7/genetic-algorithms/actions/workflows/analysis.yml) +[![docs](https://github.com/KRM7/gapp/actions/workflows/docs.yml/badge.svg?branch=master)](https://github.com/KRM7/gapp/actions/workflows/docs.yml) ## Overview