thevahidal / soul

🕉 A SQLite REST and realtime server
https://thevahidal.github.io/soul/
MIT License
1.45k stars 49 forks source link

Fix static page broken links #168

Closed thevahidal closed 3 months ago

IanMayo commented 3 months ago

The fix still isn't quite right @thevahidal:

image

There are two docs in the URL.

thevahidal commented 3 months ago

I see, I think the problem in this issue https://github.com/thevahidal/soul/issues/167 is related to broken links in the Soul static page (https://thevahidal.github.io/soul/), I was trying to fix that one, that broked this one! You can see that in here (https://thevahidal.github.io/soul/docs/api-examples.html) the namespaces links are broken. I'm experimenting with static pages in another PR (https://github.com/thevahidal/soul/pull/169) hope to fix it!

IanMayo commented 3 months ago

Hello @thevahidal - yes, I confirm that the links are now working.