clojure-doc

Bob B 2023-10-15T18:28:06.199819Z

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.

seancorfield 2023-10-15T18:46:48.746549Z

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.

seancorfield 2023-10-15T18:47:49.869669Z

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

Bob B 2023-10-15T18:53:19.111109Z

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

seancorfield 2023-10-15T18:54:16.916479Z

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

👍 1
Bob B 2023-10-15T18:59:12.876119Z

I'll have a candidate PR for you shortly

Bob B 2023-10-15T19:10:33.291269Z

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 😞

seancorfield 2023-10-15T23:07:52.642259Z

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!