Neilblaze commented on PR #9479: URL: https://github.com/apache/apisix/pull/9479#issuecomment-1547684714
> ... `./` Works for accessing files in same directory but `../` doesn't work here @Arghyahub This is because in VS code (i.e. in local) every URI in the markdown file is set at `relative path`, whereas, after deployment, it's set on `absolute` (concatenated) since it can access the directory tree of [apisix-website](https://github.com/apache/apisix-website) as previously highlighted by @Gallardot. Push the requested changes, we'll review them if anything goes wrong :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
