英文:
Could not access to flyway API document or jars
问题
几天前,我可以从https://flywaydb.org/documentation/usage/api/下载JAR文件,并访问https://flywaydb.org/documentation/usage/api/javadoc/org/flywaydb/core/Flyway中的API文档。
现在这些链接都只是转发到https://documentation.red-gate.com/fd/。
谷歌搜索也返回旧链接。
我在red-gate论坛上提问,但没有得到任何反馈。
你知道如何现在访问这些JAR文件和API文档吗?
谢谢。
英文:
Just a few day before, I can download jars from https://flywaydb.org/documentation/usage/api/
And access the API docs in https://flywaydb.org/documentation/usage/api/javadoc/org/flywaydb/core/Flyway
Now these link just forward to https://documentation.red-gate.com/fd/
Google search also return the old link.
I ask on the red-gate forum and there are no feedback.
Do you know how to access the jars and the API docs now?
Thanks.
答案1
得分: 1
The Flyway API docs have moved here.
And the Javadocs linked from here.
I will find out whether redirects can be set up for the links you specified - thanks!
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论