Skip to content

Commit

Permalink
docs: fix contribution links (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Jun 5, 2023
1 parent 92fdafb commit cccc5a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Linux CI](https://github.com/rickstaa/bayesian-learning-control/workflows/Linux%20CI/badge.svg)](https://github.com/rickstaa/bayesian-learning-control/actions?query=workflow%3A%22Linux+CI%22)
[![Mac CI](https://github.com/rickstaa/bayesian-learning-control/workflows/Mac%20CI/badge.svg)](https://github.com/rickstaa/bayesian-learning-control/actions?query=workflow%3A%22Mac+CI%22)
[![Docs CI](https://github.com/rickstaa/bayesian-learning-control/actions/workflows/docs_publish_ci.yml/badge.svg)](https://github.com/rickstaa/bayesian-learning-control/actions/workflows/docs_publish_ci.yml)
[![Contributions](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](contributing.md)
[![Contributions](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](CONTRIBUTING.md)

## Package Overview

Expand Down Expand Up @@ -43,4 +43,4 @@ Please see the [docs](https://rickstaa.github.io/bayesian-learning-control/) for

## Contributing

We use [husky](https://github.com/typicode/husky) pre-commit hooks and github actions to enforce high code quality. Please check the [contributing.md](contributing.md) before contributing to this repository.
We use [husky](https://github.com/typicode/husky) pre-commit hooks and github actions to enforce high code quality. Please check the [contributing guidelines](CONTRIBUTING.md) before contributing to this repository.
2 changes: 1 addition & 1 deletion bayesian_learning_control/simzoo

0 comments on commit cccc5a7

Please sign in to comment.