From dacd563dd28ad0d053de5a3116947b288b5eae27 Mon Sep 17 00:00:00 2001 From: Eddie Schlafly Date: Thu, 21 Sep 2023 14:38:31 -0400 Subject: [PATCH] Update changes.rst --- doc/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes.rst b/doc/changes.rst index 47e8b5f8..f0bf4f34 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -8,7 +8,7 @@ fiberassign change log * Add Assignment.check_avail_collisions(tile, all_matches=False) to check potential assignments for collisions (PR `#454`_). * uses the focalplane radius from DESIMODEL instead of the hardcoded version in fiberassign (PR `#453`_). -* Use chmod to make sure that permissions get set to their intended values (PR `#457`) +* Use chmod to make sure that permissions get set to their intended values (PR `#457`_). .. _`#453`: https://github.com/desihub/fiberassign/pull/453 .. _`#454`: https://github.com/desihub/fiberassign/pull/454