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:
@@ -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
|
||||
|
Reference in New Issue
Block a user