Correct the title to the current repo name, and point at the wiki
The repo was renamed and the README was not, so the first thing a reader saw still announced the old name -- which reads as correct, since nothing on the page contradicts it. The old path also 307-redirects, so a client that follows redirects cannot detect the rename either. Adds a pointer to the wiki, which carries the longer-form guides and was otherwise unreachable from the code tree.
This commit is contained in:
parent
0dad2b88d7
commit
d8e5703878
1 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
# my-skills-share
|
||||
# dkp-skills-and-conventions-share
|
||||
|
||||
The purpose of this repo is to share skills and supporting infra that I want to reference in other repos, but keep bespoke and therefore not host in other repos.
|
||||
The purpose of this repo is to share skills and supporting infra that I want to reference in other repos, but keep bespoke and therefore not host in other repos.
|
||||
|
||||
The [wiki](../../wiki) carries the longer-form material: implementation guides
|
||||
and write-ups of how something was actually built, for things that aren't quite
|
||||
skills. Everything there is a document -- nothing on the wiki runs, installs, or
|
||||
asks anything of a reading agent.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue