Skip to content

Commit 9496d29

Browse files
committed
manual: Add another cross-reference and fix a typo
1 parent 7f23879 commit 9496d29

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ghub.org

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#+TEXINFO_DIR_CATEGORY: Emacs
88
#+TEXINFO_DIR_TITLE: Ghub: (ghub).
99
#+TEXINFO_DIR_DESC: Minuscule client library for the Github API.
10-
#+SUBTITLE: for version 2.0.0 (v2.0.0-7-g27e7b17+1)
10+
#+SUBTITLE: for version 2.0.0 (v2.0.0-8-g7f23879+1)
1111
#+BIND: ox-texinfo+-before-export-hook ox-texinfo+-update-version-strings
1212

1313
#+TEXINFO_DEFFN: t
@@ -31,7 +31,7 @@ because then all packages that talk to the Github API could be
3131
configured the same way.
3232

3333
#+TEXINFO: @noindent
34-
This manual is for Ghub version 2.0.0 (v2.0.0-7-g27e7b17+1).
34+
This manual is for Ghub version 2.0.0 (v2.0.0-8-g7f23879+1).
3535

3636
#+BEGIN_QUOTE
3737
Copyright (C) 2017-2018 Jonas Bernoulli <[email protected]>
@@ -118,7 +118,7 @@ However, in some situations some manual configuration is necessary
118118

119119
- If you want to access Gitlab.com or another Gitlab instance, then
120120
you have to create the token manually as describe in [[*Manually
121-
Creating and Storing a Token]].
121+
Creating and Storing a Token]]. Also see [[*Gitlab Support]].
122122

123123
- If you want to access a Github Enterprise instance, then you have
124124
to tell Ghub about that before the wizard makes its appearance by
@@ -861,7 +861,7 @@ or the equivalent URL for another Gitlab instance. To store the token
861861
locally, follow the instructions in [[*Manually Creating and Storing a
862862
Token]] and [[*How Ghub uses Auth-Source]].
863863

864-
Packages can that use Glab, can define ~PACKAGE-gitlab-token-scopes~ for
864+
Packages that use Glab, can define ~PACKAGE-gitlab-token-scopes~ for
865865
documentation purposes. But unlike ~PACKAGE-github-token-scopes~, which
866866
is used by the setup wizard this is optional.
867867

ghub.texi

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ General Public License for more details.
3030
@finalout
3131
@titlepage
3232
@title Ghub User and Developer Manual
33-
@subtitle for version 2.0.0 (v2.0.0-7-g27e7b17+1)
33+
@subtitle for version 2.0.0 (v2.0.0-8-g7f23879+1)
3434
@author Jonas Bernoulli
3535
@page
3636
@vskip 0pt plus 1filll
@@ -61,7 +61,7 @@ because then all packages that talk to the Github API could be
6161
configured the same way.
6262

6363
@noindent
64-
This manual is for Ghub version 2.0.0 (v2.0.0-7-g27e7b17+1).
64+
This manual is for Ghub version 2.0.0 (v2.0.0-8-g7f23879+1).
6565

6666
@quotation
6767
Copyright (C) 2017-2018 Jonas Bernoulli <jonas@@bernoul.li>
@@ -180,7 +180,7 @@ create tokens manually as describe in @ref{Manually Creating and Storing a Token
180180

181181
@item
182182
If you want to access Gitlab.com or another Gitlab instance, then
183-
you have to create the token manually as describe in @ref{Manually Creating and Storing a Token}.
183+
you have to create the token manually as describe in @ref{Manually Creating and Storing a Token}. Also see @ref{Gitlab Support}.
184184

185185

186186
@item
@@ -1035,7 +1035,7 @@ can be created at @uref{https://gitlab.com/profile/personal_access_tokens},
10351035
or the equivalent URL for another Gitlab instance. To store the token
10361036
locally, follow the instructions in @ref{Manually Creating and Storing a Token} and @ref{How Ghub uses Auth-Source}.
10371037

1038-
Packages can that use Glab, can define @code{PACKAGE-gitlab-token-scopes} for
1038+
Packages that use Glab, can define @code{PACKAGE-gitlab-token-scopes} for
10391039
documentation purposes. But unlike @code{PACKAGE-github-token-scopes}, which
10401040
is used by the setup wizard this is optional.
10411041

0 commit comments

Comments
 (0)