ietf-tools / datatracker

The day-to-day front-end to the IETF database for people who work on IETF standards.
https://datatracker.ietf.org
BSD 3-Clause "New" or "Revised" License
599 stars 364 forks source link

Scrub again for places pointing to the id repository that should be pointing to the id archive #3176

Open ietf-svn-bot opened 3 years ago

ietf-svn-bot commented 3 years ago

type_defect | by cabo@tzi.org


See https://mailarchive.ietf.org/arch/msg/tools-discuss/Ypgqtv6DvzhyBAxavVHWrJz4IyA

In particular:

$ curl -s https://datatracker.ietf.org/doc/bibxml3/draft-ietf-ace-aif-00/xml | tail -2
   <format type="TXT" target="https://www.ietf.org/internet-drafts/draft-ietf-ace-aif-00.txt" />
</reference>

Fine reference bibxml.
Let’s dereference the target in that:

$ curl -s https://www.ietf.org/internet-drafts/draft-ietf-ace-aif-00.txt | tail -2
<p>The document has moved <a href="https://www.ietf.org/id/draft-ietf-ace-aif-00.txt">here</a>.</p>
</body></html>

Issue migrated from trac:3176 at 2022-03-04 08:09:38 +0000

ietf-svn-bot commented 3 years ago

@rjsparks@nostrum.com changed status from new to accepted