Skip to content

Commit 664b05c

Browse files
authored
fix URL Markdown error
1 parent a4df546 commit 664b05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To access the module, you need to add the following code to your application con
5050
],
5151
]
5252
```
53-
>**NOTE:** Module id must be `comment` and not otherwise. This is because it is referred (somewhere)[https://github.com/yii2mod/yii2-comments/blob/master/traits/ModuleTrait.php#L20] in the code with such name. A PR to fix it to use configured module id is welcome.
53+
>**NOTE:** Module id must be `comment` and not otherwise. This is because it is referred [somewhere](https://github.com/yii2mod/yii2-comments/blob/master/traits/ModuleTrait.php#L20) in the code with such name. A PR to fix it to use configured module id is welcome.
5454
5555
Now you can access to management section through the following URL:
5656
http://localhost/path/to/index.php?r=comments/index

0 commit comments

Comments
 (0)