paradox icon indicating copy to clipboard operation
paradox copied to clipboard

Markdown links are not always handled correctly

Open raboof opened this issue 8 years ago • 2 comments

In Alpakka, we have the link:

Please visit the [Slick documentation for `DatabaseConfig.fromConfig`](http://slick.lightbend.com/doc/3.2.1/api/index.html#slick.jdbc.JdbcBackend$DatabaseFactoryDef@forConfig(String,Config,Driver,ClassLoader):Database) for the full list of things to configure.

which is not rendered correctly (https://developer.lightbend.com/docs/alpakka/current/slick.html?language=java#starting-a-database-session)

raboof avatar Nov 07 '17 10:11 raboof

Did you try to use source reference?

Please visit the [Slick documentation for `DatabaseConfig.fromConfig`][jdbcbackend-api] for the full list of things to configure.

 [jdbcbackend-api]: (http://slick.lightbend.com/doc/3.2.1/api/index.html#slick.jdbc.JdbcBackend$DatabaseFactoryDef@forConfig(String,Config,Driver,ClassLoader):Database)

jonas avatar Dec 15 '17 02:12 jonas

Nice, that indeed appears to work! Not super obvious though...

raboof avatar Dec 15 '17 11:12 raboof