diff --git a/docs/index.rst b/docs/index.rst index d5dff6c8..64a80210 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -42,7 +42,7 @@ interaction with swarm optimizations. Check out more features below! Launching pad ------------- -* If you don't know what Particle Swarm Optimization is, read up this short `Introduction `_! Then, if you plan to use PySwarms in your project, check the `Installation guide `_ and `use-case examples `_. +* If you don't know what Particle Swarm Optimization is, read up this short `Introduction `_! Then, if you plan to use PySwarms in your project, check the `Installation guide `_ and `use-case examples `_. * If you are a researcher in the field of swarm intelligence, and would like to include your technique in our list of optimizers, check our `contributing `_ page to see how to implement your optimizer using the current base classes in the library.