Flatten out v1 and v2_alpha directories

As a side effect, I got rid of all of the horrible symlinks and just put
in all of the proper relative paths. Because the horrible symlinks were
horrible.
This commit is contained in:
Daniel Wagner-Hall 2015-11-30 11:22:57 +00:00
parent 1a4a9af9a7
commit 6c66bfc755
123 changed files with 52 additions and 77 deletions

View file

@ -18,7 +18,7 @@ This contains the client-server API for the reference implementation of the home
EOF
for f in ../api/client-server/*/*.yaml; do
for f in ../api/client-server/*.yaml; do
f="$(basename "${f/.yaml/_http_api}")"
echo "{{${f/-/_}}}" >> tmp/http_apis
done