Understanding the METTS implementation in iTensor (example in repository is dead)

Hi i am trying to switch my code base to switch from direct sampling method (where for every element in the system, I take a trace over all other sites and find the most likely assignement for my current index and proceed).
Instead i want to use the METTS method (https://arxiv.org/pdf/1002.1305) and see if there is any computational advantage in using it.

This code used to have a example but I cant find it anymore. Old link was:
https://github.com/ITensor/ITensors.jl/blob/main/src/lib/ITensorMPS/examples/finite_temperature/metts.jl

Any advice on where to find this?

You can find it here:

If you found that link somewhere in the documentation could you let us know so we could fix it?