Read documentation link broken

This fixes #510 by putting in the link to the themes documentation
This commit is contained in:
Mike Nolan 2015-10-02 17:24:01 +01:00
parent eba0d480cc
commit 982e1ba4fa

View File

@ -20,7 +20,7 @@ export default class EditCustomCssModal extends Modal {
content() {
return (
<div className="Modal-body">
<p>Customize your forum's appearance by adding your own LESS/CSS code to be applied on top of Flarum's default styles. <a href="">Read the documentation</a> for more information.</p>
<p>Customize your forum's appearance by adding your own LESS/CSS code to be applied on top of Flarum's default styles. <a href="http://flarum.org/docs/extend/themes/">Read the documentation</a> for more information.</p>
<div className="Form">
<div className="Form-group">