Skip to content

Commit 7300157

Browse files
authored
Merge pull request #6 from progit/fix_compilation
Fix compilation errors
2 parents dc3bf52 + 6008045 commit 7300157

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ image::images/gitlab-menu.png[The ``Admin area'' item in the GitLab menu.]
3939
Uporabniki v GitLab-u so računi, ki se ujemajo z ljudmi.
4040
Uporabniški računi nimajo veliko kompleksnosti; v celoti je zbirka osebnih informacij, pripetih k prijavnim podatkom.
4141
Vsak uporabniški račun prihaja z *imenskim prostorom*, kar je logično grupiranje projektov, ki pripadajo temu uporabniku.
42-
Če ima uporabnik +jane+ projekt imenovan +projekt+, je url projekta http://server/jane/project[].
42+
Če ima uporabnik +jane+ projekt imenovan +projekt+, je url projekta `http://server/jane/project`.
4343

4444
[[rgitlab_users]]
4545
.The GitLab user administration screen.
@@ -56,7 +56,7 @@ To je očitno veliko bolj dokončna in destruktivna akcija in njene uporabe so r
5656
===== Skupine
5757

5858
GitLab skupina je montaža projektov skupaj s podatki o tem, kako lahko uporabniki dostopajo do teh projektov.
59-
Vsaka skupina ima imenski prostor projekta (enak način, kakor to delajo uporabniki), torej če ima skupina +training+ projekt +materials+, bi bil njen url http://server/training/materials[].
59+
Vsaka skupina ima imenski prostor projekta (enak način, kakor to delajo uporabniki), torej če ima skupina +training+ projekt +materials+, bi bil njen url `http://server/training/materials`.
6060

6161
[[rgitlab_groups]]
6262
.The GitLab group administration screen.

book/08-customizing-git/sections/config.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ We'll demonstrate setting up the Perforce Visual Merge Tool (P4Merge) to do your
240240
If you want to try this out, P4Merge works on all major platforms, so you should be able to do so.
241241
We'll use path names in the examples that work on Mac and Linux systems; for Windows, you'll have to change `/usr/local/bin` to an executable path in your environment.
242242

243-
To begin, download P4Merge from http://www.perforce.com/downloads/Perforce/[].
243+
To begin, download P4Merge from https://www.perforce.com/product/components/perforce-visual-merge-and-diff-tools[download P4Merge from Perforce].
244244
Next, you'll set up external wrapper scripts to run your commands.
245245
We'll use the Mac path for the executable; in other systems, it will be where your `p4merge` binary is installed.
246246
Set up a merge wrapper script named `extMerge` that calls your binary with all the arguments provided:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $ pip install mercurial
3434
(If you don't have Python installed, visit https://www.python.org/[] and get it first.)
3535

3636
The last thing you'll need is the Mercurial client.
37-
Go to http://mercurial.selenic.com/[] and install it if you haven't already.
37+
Go to https://mercurial-scm.org/[] and install it if you haven't already.
3838

3939
Now you're ready to rock.
4040
All you need is a Mercurial repository you can push to.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ Mnogi ostali ukazi so na voljo preko razreda Git, vključno vendar ne omejeno na
156156
To je samo majhen primer JGit-ove polne zmožnosti.
157157
Če vas zanima in želite izvedeti več, poglejte tu za informacije in inspiracijo:
158158

159-
* Uradna JGit API dokumentacija je na voljo na spletu na http://download.eclipse.org/jgit/docs/latest/apidocs[].
159+
* Uradna JGit API dokumentacija je na voljo na spletu na https://www.eclipse.org/jgit/documentation[].
160160
To so standardni Javadoc, tako da vaš priljubljeni JVM IDE jih bo tudi zmožen namestiti lokalno.
161161
* JGit knjiga receptov na https://github.com/centic9/jgit-cookbook[] ima mnoge primere, kako narediti določena opravila z JGit-om.
162-
* Na voljo je nekaj dobrih virov, ki so prikazani na http://stackoverflow.com/questions/6861881[].

0 commit comments

Comments
 (0)