This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-15
Channels
- # announcements (2)
- # beginners (13)
- # calva (17)
- # cider (21)
- # clerk (3)
- # clojure (42)
- # clojure-austin (1)
- # clojure-doc (8)
- # clojure-europe (82)
- # datahike (1)
- # deps-new (13)
- # emacs (5)
- # fulcro (3)
- # hyperfiddle (7)
- # missionary (1)
- # off-topic (16)
- # portal (6)
- # releases (1)
- # shadow-cljs (3)
- # tools-build (1)
- # vim (7)
- # xtdb (3)
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.
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.
About should be considered the "master"... So, PR against that is okay, not against README
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
I'll just copy the update about to README before I deploy. If rather not have changes in both.
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 😞
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!