Skip to content

Commit ed8b8ca

Browse files
committed
Finish fixing errors
1 parent 27dee63 commit ed8b8ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

book/06-github/sections/4-managing-organization.asc

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Normally these accounts are used for Open Source groups (such as "`perl`" or "`r
1212
An organization is pretty easy to create; just click on the "`+`" icon at the top-right of any GitHub page, and select "`New organization`" from the menu.
1313

1414
.The "`New organization`" menu item
15-
image::images/neworg.png[The "`New organization`" menu item]
15+
image::images/neworg.png[The New organization menu item]
1616

1717
First you'll need to name your organization and provide an email address for a main point of contact for the group.
1818
Then you can invite other users to be co-owners of the account if you want to.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Subversion has to clone one revision at a time and then push it back into anothe
7878

7979
Now that you have a Subversion repository to which you have write access, you can go through a typical workflow.
8080
You'll start with the `git svn clone` command, which imports an entire Subversion repository into a local Git repository.
81-
Remember that if you're importing from a real hosted Subversion repository, you should replace the `file:///tmp/test-svn` here with the URL of your Subversion repository:
81+
Remember that if you're importing from a real hosted Subversion repository, you should replace the `\file:///tmp/test-svn` here with the URL of your Subversion repository:
8282

8383
[source,console]
8484
----

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Branch management is one of the areas where the two tools diverge.
117117
On macOS, there's a button at the top of the window for creating a new branch:
118118

119119
."`Create Branch`" button on macOS
120-
image::images/branch_widget_mac.png["`Create Branch`" button on macOS]
120+
image::images/branch_widget_mac.png[Create Branch button on macOS]
121121

122122
On Windows, this is done by typing the new branch's name in the branch-switching widget:
123123

0 commit comments

Comments
 (0)