Skip to content

Commit

Permalink
Use https URLs when linking to portableapps.com
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed May 8, 2019
1 parent 0cf3af2 commit 59ea39e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions GitPortable/Help.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Git Portable Help</title>
<link rel="alternate" href="http://portableapps.com/feeds/general" type="application/rss+xml" title="PortableApps.com">
<link rel="alternate" href="https://portableapps.com/feeds/general" type="application/rss+xml" title="PortableApps.com">
<link rel="shortcut icon" href="Other/Help/Images/Favicon.ico">
<style type="text/css">
body {
Expand Down Expand Up @@ -123,25 +123,25 @@
</head>

<body>
<div class="logo"><a href="http://portableapps.com/"><img src="Other/Help/Images/Help_Logo_Top.png" alt="PortableApps.com - Your Digital Life, Anywhere"></a></div>
<div class="logo"><a href="https://portableapps.com/"><img src="Other/Help/Images/Help_Logo_Top.png" alt="PortableApps.com - Your Digital Life, Anywhere"></a></div>
<div class="content">
<h1 class="hastagline">Git Portable Help</h1>
<h2 class="tagline">Distributed Version Control System</h2>
<p>Git Portable is the Git for Windows package of the Git version control system packaged with a PortableApps.com launcher as a <a href="http://portableapps.com/about/what_is_a_portable_app">portable app</a>, so you can use it from a cloud folder, portable drive, or local folder without needing to install it on each PC. <a href="https://git-for-windows.github.io">Learn more about Git for Windows...</a></p>
<p>Git Portable is the Git for Windows package of the Git version control system packaged with a PortableApps.com launcher as a <a href="https://portableapps.com/about/what_is_a_portable_app">portable app</a>, so you can use it from a cloud folder, portable drive, or local folder without needing to install it on each PC. <a href="https://git-for-windows.github.io">Learn more about Git for Windows...</a></p>

<p><a href="http://portableapps.com/donate"><img src="Other/Help/Images/Donation_Button.png" style="vertical-align:middle" alt="Make a Donation"></a> - Support PortableApps.com's Hosting and Development</p>
<p><a href="https://portableapps.com/donate"><img src="Other/Help/Images/Donation_Button.png" style="vertical-align:middle" alt="Make a Donation"></a> - Support PortableApps.com's Hosting and Development</p>

<p><a href="http://portableapps.com/node/34685">Go to the Git Portable Homepage &gt;&gt;</a></p>
<p><a href="http://portableapps.com/">Get more portable apps at PortableApps.com</a></p>
<p><a href="https://portableapps.com/node/34685">Go to the Git Portable Homepage &gt;&gt;</a></p>
<p><a href="https://portableapps.com/">Get more portable apps at PortableApps.com</a></p>

<p>This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative.</p>

<h2>Portable App Issues</h2>
<ul>
<li><a href="http://portableapps.com/support/portable_app#downloading">Downloading a Portable App</a></li>
<li><a href="http://portableapps.com/support/portable_app#installing">Installing a Portable App</a></li>
<li><a href="http://portableapps.com/support/portable_app#using">Using a Portable App</a></li>
<li><a href="http://portableapps.com/support/portable_app#upgrading">Upgrading a Portable App</a></li>
<li><a href="https://portableapps.com/support/portable_app#downloading">Downloading a Portable App</a></li>
<li><a href="https://portableapps.com/support/portable_app#installing">Installing a Portable App</a></li>
<li><a href="https://portableapps.com/support/portable_app#using">Using a Portable App</a></li>
<li><a href="https://portableapps.com/support/portable_app#upgrading">Upgrading a Portable App</a></li>
</ul>
<p>You can read about advanced configuration options for the PortableApps.com Launcher in its <a href="Other/Source/Readme.txt">readme file</a>.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion GitPortable/Other/Source/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LICENSE

This package's installer and launcher are released under the GPL. The launcher
is the PortableApps.com Launcher, available with full source and documentation
from http://portableapps.com/development. We request that developers using the
from https://portableapps.com/development. We request that developers using the
PortableApps.com Launcher please leave this directory intact and unchanged.

USER CONFIGURATION
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

Git Portable is a portable version of [Git for Windows](https://git-for-windows.github.io) packaged in [PortableApps.com Format](http://portableapps.com/about/what_is_a_portable_app).

[Visit Git Portable Homepage at PortableApps.com](http://portableapps.com/node/34685)
[Visit Git Portable Homepage at PortableApps.com](https://portableapps.com/node/34685)

__[Download Git Portable 2.21.0 Development Test 1][download]__

## Installing

The preferred method of installing Git Portable is the `.paf.exe` installer ([why?](http://portableapps.com/about/what_is_a_portable_app#whypaf)). It will download Git for Windows as part of the install process.
The preferred method of installing Git Portable is the `.paf.exe` installer ([why?](https://portableapps.com/about/what_is_a_portable_app#whypaf)). It will download Git for Windows as part of the install process.

However, you can also install Git Portable manually:

1. Copy the `GitPortable` directory from this repository to a location of your choice.
2. Download `PortableGit-*.7z.exe` from the [Git for Windows repository](https://github.com/git-for-windows/git/releases) and extract it to the `GitPortable\App\Git` directory.
3. Run the `"GitPortable\App\Git\git-bash.exe" --no-needs-console --hide --no-cd --command=post-install.batt` command to complete installation.
3. Run the `"GitPortable\App\Git\git-bash.exe" --no-needs-console --hide --no-cd --command=post-install.bat` command to complete installation.

[download]: https://github.com/sheabunge/GitPortable/releases/download/v2.21.0-devtest.1/GitPortable_2.21.0_Development_Test_1.paf.exe

0 comments on commit 59ea39e

Please sign in to comment.