1
0
mirror of https://github.com/flarum/core.git synced 2025-08-16 21:34:08 +02:00

Remove .html on all docs urls

Now that Flarum docs have been moved to docusaurus, URLs no longer end with `.html`.

Closes https://github.com/flarum/core/issues/3092
This commit is contained in:
Alexander Skvortsov
2021-10-05 10:13:19 -04:00
parent 450ab61620
commit a6717ee981
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ class ServiceProvider implements ExtenderInterface
*
* Service providers are an advanced feature and might give access to Flarum internals that do not come with backward compatibility.
* Please read our documentation about service providers for recommendations.
* @see https://docs.flarum.org/extend/service-provider.html
* @see https://docs.flarum.org/extend/service-provider/
*
* @param string $serviceProviderClass The ::class attribute of the service provider class.
* @return self