diff --git a/graph/breadth_first_search.cpp b/graph/breadth_first_search.cpp index 3843ac18a..1d38fda24 100644 --- a/graph/breadth_first_search.cpp +++ b/graph/breadth_first_search.cpp @@ -4,7 +4,7 @@ * \brief [Breadth First Search Algorithm * (Breadth First Search)](https://en.wikipedia.org/wiki/Breadth-first_search) * - * \author [Ayaan Khan](http://github.com/ayaankhan98) + * \author [Ayaan Khan](https://github.com/ayaankhan98) * \contributor [Aman Kumar Pandey](http://github.com/gpamangkp) * *