Skip to content

Commit 6bc23b9

Browse files
authored
Merge pull request #27 from progit/fix_external_urls
fix links to external URLS
2 parents 050711e + 03df9dd commit 6bc23b9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

book/04-git-server/sections/protocols.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ In plaats van verschillende URLs op te zetten voor deze dingen, kan je nu een en
8282
Als je probeert te pushen en de repository heeft authenticatie nodig (wat normaalgesproken wel zou moeten), kan de server om gebruikernaam en wachtwoord vragen.
8383
Hetzelfde geldt voor lees-toegang.
8484

85-
Sterker nog, voor services als GitHub is de URL die je gebruikt om de repository online te bekijken (bijvoorbeeld, https://githum.com/schacon/simplegit[]) is dezelfde URL die je kunt gebruiken om te clonen en, als je toegang hebt, om te pushen.
85+
Sterker nog, voor services als GitHub is de URL die je gebruikt om de repository online te bekijken (bijvoorbeeld, https://github.com/schacon/simplegit[]) is dezelfde URL die je kunt gebruiken om te clonen en, als je toegang hebt, om te pushen.
8686

8787
===== Domme HTTP
8888

book/A-git-in-other-environments/sections/powershell.asc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Meer over PowerShell ExecutionPolicy: https://docs.microsoft.com/en-us/powershel
3333
===== PowerShell Gallery
3434
Als je minstens PowerShell 5 of PowerShell 4 met PackageManagement hebt geinstalleerd, kan je de package manager gebruiken om Posh-Git voor je op te halen.
3535

36-
Meer informatie over PowerShell Gallery: https://docs.microsoft.com/en-us/powershell/gallery/overview[]
36+
Meer informatie over PowerShell Gallery: https://docs.microsoft.com/en-us/powershell/scripting/gallery/overview[].
37+
3738
[source,powershell]
3839
-----
3940
> Install-Module posh-git -Scope CurrentUser -Force

book/B-embedding-git/sections/dulwich.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ porcelain.log('.', max_entries=1)
4343

4444
==== Meer weten
4545

46-
* De officiële API documentatie is beschikbaar op https://www.dulwich.io/apidocs/dulwich.html[]
46+
* De officiële API documentatie is beschikbaar op https://www.dulwich.io/docs/api/[].
4747
* De officiële tutorial op https://www.dulwich.io/docs/tutorial[] heeft veel voorbeelden hoe specifieke taken met Dulwich uit te voeren

0 commit comments

Comments
 (0)