Skip to content

Commit 17327f6

Browse files
authored
Merge pull request #1882 from petk/patch-git-fusion
Fix link to Perforce tools
2 parents add77ab + 7f69764 commit 17327f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/09-git-and-other-scms/sections/client-p4.asc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ The second is git-p4, a client-side bridge that lets you use Git as a Perforce c
1515
===== Git Fusion
1616

1717
(((Perforce, Git Fusion)))
18-
Perforce provides a product called Git Fusion (available at https://www.perforce.com/git-fusion[^]), which synchronizes a Perforce server with Git repositories on the server side.
18+
Perforce provides a product called Git Fusion (available at https://www.perforce.com/manuals/git-fusion/[^]), which synchronizes a Perforce server with Git repositories on the server side.
1919

2020
====== Setting Up
2121

2222
For our examples, we'll be using the easiest installation method for Git Fusion, which is downloading a virtual machine that runs the Perforce daemon and Git Fusion.
23-
You can get the virtual machine image from https://www.perforce.com/downloads/Perforce/20-User[^], and once it's finished downloading, import it into your favorite virtualization software (we'll use VirtualBox).
23+
You can get the virtual machine image from https://www.perforce.com/downloads[^], and once it's finished downloading, import it into your favorite virtualization software (we'll use VirtualBox).
2424

2525
Upon first starting the machine, it asks you to customize the password for three Linux users (`root`, `perforce`, and `git`), and provide an instance name, which can be used to distinguish this installation from others on the same network.
2626
When that has all completed, you'll see this:
@@ -323,7 +323,7 @@ Git-p4 isn't as flexible or complete a solution as Git Fusion, but it does allow
323323
[NOTE]
324324
======
325325
You'll need the `p4` tool somewhere in your `PATH` to work with git-p4.
326-
As of this writing, it is freely available at http://www.perforce.com/downloads/Perforce/20-User[^].
326+
As of this writing, it is freely available at https://www.perforce.com/downloads/helix-command-line-client-p4[^].
327327
======
328328

329329
====== Setting Up

0 commit comments

Comments
 (0)