Fork me on GitHub
#clojure-doc
<
2023-10-15
>
Bob B18:10:06

In the clojure-doc repo, I see that /readme.md and /content/md/articles/about.md are nearly identical. I was working on cleaning up some links that currently 404 (looks like maybe a restructure broke the links), and I just want to be sure that there isn't an automated sync between those files or anything that I'll mess up if I PR changes to both files to sync them up and address the 404s.

seancorfield18:10:48

I believe they should be identical. I copy one to the other. The README is a copy of about, just so the project repo has a semi-useful page.

seancorfield18:10:49

About should be considered the "master"... So, PR against that is okay, not against README

Bob B18:10:19

how about if I include the sync up of the README into the PR (basically just doing the copy as part of the PR)... I'm talking tiny little things like including 'https://' in front of a link address

seancorfield18:10:16

I'll just copy the update about to README before I deploy. If rather not have changes in both.

👍 1
Bob B18:10:12

I'll have a candidate PR for you shortly

Bob B19:10:33

oh nevermind... I missed the comment about the working links, and some of the links don't seem like they'll work in both places, so I was trying to fix something that wasn't entirely fixable 😞

seancorfield23:10:52

I double-checked README and About and at some point a different bad link had been fixed in each so they were no longer the same and they both had a bad link 😞 Fixed!