Skip to content

Commit

Permalink
noblame: fix links in YARD
Browse files Browse the repository at this point in the history
  • Loading branch information
kspurgin committed Sep 13, 2023
1 parent 2a1d0e1 commit 2e9c4c1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/kiba/extend/mixins/iterative_cleanup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ module Mixins
# - Each cleanup process must be configured in its own config module.
# - A config module is a Ruby module that responds to `:config`.
#
# Refer to todo:link Kiba::Tms::AltNumsForObjTypeCleanup as an
# example config module extending this mixin module in a
# simple way. See todo:link Kiba::Tms::PlacesCleanupInitial
# Refer to
# [Kiba::Tms::AltNumsForObjTypeCleanup](https://github.com/lyrasis/kiba-tms/blob/main/lib/kiba/tms/alt_nums_for_obj_type_cleanup.rb)
# as an example config module extending this mixin module in a
# simple way. See
# [Kiba::Tms::PlacesCleanupInitial](https://github.com/lyrasis/kiba-tms/blob/main/lib/kiba/tms/places_cleanup_initial.rb)
# for a more complex usage with default overrides and custom
# pre/post transforms.
#
Expand Down

0 comments on commit 2e9c4c1

Please sign in to comment.