Page MenuHomeSoftware Heritage

doc: transform markdown links into rst links
ClosedPublic

Authored by dachary on Dec 14 2021, 3:59 PM.

Diff Detail

Repository
rDENV Development environment
Branch
wip-link (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 25627
Build 40072: arc lint + arc unit

Event Timeline

dachary updated this revision to Diff 24776.

remove extra space added by mistake

lgtm

iirc, you can replace all your __ by _ at the end of the link.

docker/README.rst
392

Only 1 _ is required.

Only the messenger here, i no longer recall why it that that works as well.

lgtm

iirc, you can replace all your __ by _ at the end of the link.

The double underscore is what I intended because those are not named links. Maybe they should but that was not my intent.

And thanks for the quick review and the lgtm :-)

This revision is now accepted and ready to land.Dec 14 2021, 4:11 PM

And thanks ;)

The pleasure is mine.