Skip to content

Commit 737ad93

Browse files
authored
Merge pull request #17 from pgcodekeeper/pgck-74-fix-text
fixed text
2 parents 714e209 + b9f5080 commit 737ad93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_src/app/how_to_install.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h4 class="feature-title">Eclipse Marketplace</h4>
5454
<h4 class="feature-title">Update site</h4>
5555
<ol>
5656
<li class="instructions">Another way to install pgCodeKeeper is the update website: launch Eclipse, version 4.6 or higher, select <strong>Help > Install New Software…</strong> Plug-in installation (with the help of the update web-site) wizard will appear on the screen.</li>
57-
<li class="instructions">In the <strong>Work With</strong> field specify the path to the update website: <a href='https://eclipse.org/downloads/'>http://pgcodekeeper.org/update/</a>.</li>
57+
<li class="instructions">In the <strong>Work With</strong> field specify the path to the update website: <a href='https://eclipse.org/downloads/'>https://pgcodekeeper.org/update/</a>.</li>
5858
<li class="instructions">After pressing Enter you’ll see the available plug-ins in the list below.
5959
</li>
6060
<li class="instructions">Select the pgCodeKeeper package, review the Terms of service, and click Finish for the installation of the latest pgCodeKeeper version to begin.</li>
@@ -63,7 +63,7 @@ <h4 class="feature-title">Update site</h4>
6363
</ol>
6464

6565
<h4 class="feature-title">Separate pgCodeKeeper build</h4>
66-
<p class="instructions">You can install pgCodeKeeper with a separate build. You can download pgCodeKeeper build <a href='https://github.com/pgcodekeeper/pgcodekeeper/releases'>here</a>. Apart from regular installation, you can install pgCodeKeeper in your Eclipse IDE.</p>
66+
<p class="instructions">You can download pgCodeKeeper with a separate build from <a href='https://github.com/pgcodekeeper/pgcodekeeper/releases'>Github</a>.</p>
6767

6868
<h4 class="feature-title">CLI version</h4>
6969
<p class="instructions"> pgCodeKeeper CLI version is available on <a href='https://github.com/pgcodekeeper/pgcodekeeper/releases'>Github</a>.</p>

how_to_install.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h4 class="feature-title">Eclipse Marketplace</h4>
9595
<h4 class="feature-title">Update site</h4>
9696
<ol>
9797
<li class="instructions">Another way to install pgCodeKeeper is the update website: launch Eclipse, version 4.6 or higher, select <strong>Help > Install New Software…</strong> Plug-in installation (with the help of the update web-site) wizard will appear on the screen.</li>
98-
<li class="instructions">In the <strong>Work With</strong> field specify the path to the update website: <a href='https://eclipse.org/downloads/'>http://pgcodekeeper.org/update/</a>.</li>
98+
<li class="instructions">In the <strong>Work With</strong> field specify the path to the update website: <a href='https://eclipse.org/downloads/'>https://pgcodekeeper.org/update/</a>.</li>
9999
<li class="instructions">After pressing Enter you’ll see the available plug-ins in the list below.
100100
</li>
101101
<li class="instructions">Select the pgCodeKeeper package, review the Terms of service, and click Finish for the installation of the latest pgCodeKeeper version to begin.</li>
@@ -104,7 +104,7 @@ <h4 class="feature-title">Update site</h4>
104104
</ol>
105105

106106
<h4 class="feature-title">Separate pgCodeKeeper build</h4>
107-
<p class="instructions">You can install pgCodeKeeper with a separate build. You can download pgCodeKeeper build <a href='https://github.com/pgcodekeeper/pgcodekeeper/releases'>here</a>. Apart from regular installation, you can install pgCodeKeeper in your Eclipse IDE.</p>
107+
<p class="instructions">You can download pgCodeKeeper with a separate build from <a href='https://github.com/pgcodekeeper/pgcodekeeper/releases'>Github</a>.</p>
108108

109109
<h4 class="feature-title">CLI version</h4>
110110
<p class="instructions"> pgCodeKeeper CLI version is available on <a href='https://github.com/pgcodekeeper/pgcodekeeper/releases'>Github</a>.</p>

0 commit comments

Comments
 (0)