diff --git a/tests/sorts/tests_bubble_sort.f90 b/tests/sorts/tests_bubble_sort.f90 index ca7e62e..2ce0f00 100644 --- a/tests/sorts/tests_bubble_sort.f90 +++ b/tests/sorts/tests_bubble_sort.f90 @@ -1,8 +1,8 @@ !> Test program for the Bubble Sort algorithm !! !! Created by: Ramy-Badr-Ahmed (https://github.com/Ramy-Badr-Ahmed) -!! in Pull Request: #27 -!! https://github.com/TheAlgorithms/Fortran/pull/27 +!! in Pull Request: #29 +!! https://github.com/TheAlgorithms/Fortran/pull/29 !! !! Please mention me (@Ramy-Badr-Ahmed) in any issue or pull request !! addressing bugs/corrections to this file. Thank you! diff --git a/tests/sorts/tests_recursive_bubbe_sort.f90 b/tests/sorts/tests_recursive_bubbe_sort.f90 index f036f30..b07b192 100644 --- a/tests/sorts/tests_recursive_bubbe_sort.f90 +++ b/tests/sorts/tests_recursive_bubbe_sort.f90 @@ -1,8 +1,8 @@ !> Test program for the Bubble Sort algorithm !! !! Created by: Ramy-Badr-Ahmed (https://github.com/Ramy-Badr-Ahmed) -!! in Pull Request: #27 -!! https://github.com/TheAlgorithms/Fortran/pull/27 +!! in Pull Request: #29 +!! https://github.com/TheAlgorithms/Fortran/pull/29 !! !! Please mention me (@Ramy-Badr-Ahmed) in any issue or pull request !! addressing bugs/corrections to this file. Thank you!