You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5

6
6
7
-
`Problems` is a [Grav](http://github.com/getgrav/grav) Plugin and allows to detect issues.
7
+
`Problems` is a [Grav](https://github.com/getgrav/grav) Plugin and allows to detect issues.
8
8
9
9
This plugin is included in any package distributed that contains Grav. If you decide to clone Grav from GitHub, you will most likely want to install this.
10
10
@@ -14,21 +14,21 @@ Installing the Problems plugin can be done in one of two ways. Our GPM (Grav Pac
14
14
15
15
## GPM Installation (Preferred)
16
16
17
-
The simplest way to install this plugin is via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-gpm) through your system's Terminal (also called the command line). From the root of your Grav install type:
17
+
The simplest way to install this plugin is via the [Grav Package Manager (GPM)](https://learn.getgrav.org/advanced/grav-gpm) through your system's Terminal (also called the command line). From the root of your Grav install type:
18
18
19
19
bin/gpm install problems
20
20
21
21
This will install the Problems plugin into your `/user/plugins` directory within Grav. Its files can be found under `/your/site/grav/user/plugins/problems`.
22
22
23
23
## Manual Installation
24
24
25
-
To install this plugin, just download the zip version of this repository and unzip it under `/your/site/grav/user/plugins`. Then, rename the folder to `problems`. You can find these files either on [GitHub](https://github.com/getgrav/grav-plugin-problems) or via [GetGrav.org](http://getgrav.org/downloads/plugins#extras).
25
+
To install this plugin, just download the zip version of this repository and unzip it under `/your/site/grav/user/plugins`. Then, rename the folder to `problems`. You can find these files either on [GitHub](https://github.com/getgrav/grav-plugin-problems) or via [GetGrav.org](https://getgrav.org/downloads/plugins#extras).
26
26
27
27
You should now have all the plugin files under
28
28
29
29
/your/site/grav/user/plugins/problems
30
30
31
-
> NOTE: This plugin is a modular component for Grav which requires [Grav](http://github.com/getgrav/grav), the [Error](https://github.com/getgrav/grav-plugin-error) and [Problems](https://github.com/getgrav/grav-plugin-problems) plugins, and a theme to be installed in order to operate.
31
+
> NOTE: This plugin is a modular component for Grav which requires [Grav](https://github.com/getgrav/grav), the [Error](https://github.com/getgrav/grav-plugin-error) and [Problems](https://github.com/getgrav/grav-plugin-problems) plugins, and a theme to be installed in order to operate.
Copy file name to clipboardExpand all lines: templates/problems.html.twig
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
{% include'reports/problems-report.html.twig' %}
25
25
26
26
<pclass="footer text-center">
27
-
<ahref="http://getgrav.org">Grav</a> was <imgsrc="{{ problems_url }}/assets/code-3.svg" /> with <imgclass="love"src="{{ problems_url }}/assets/heart.svg" /> by <ahref="https://trilby.media">Trilby Media</a>.
27
+
<ahref="https://getgrav.org">Grav</a> was <imgsrc="{{ problems_url }}/assets/code-3.svg" /> with <imgclass="love"src="{{ problems_url }}/assets/heart.svg" /> by <ahref="https://trilby.media">Trilby Media</a>.
0 commit comments