advanced-java/summary.md
franklingu b061955550
fix: change urls to make export to pdf works
currently, there are a few urls with this pattern /docs/...

when trying to covert to pdf for this docsify project, it fails with such errors:
~~~
ERROR:
combineMarkdowns

Error: file /docs/micro-services/huifer-what's-microservice-how-to-communicate.md is not exist, but listed in summary.md
~~~

by changing "/docs/..." to "./docs/..." the export will work.

What is more, changing of the URLs make URL patterns in summary.md consistent
2020-08-30 13:39:28 +08:00

9.1 KiB
Raw Blame History