Fix the display of images in intro-how-gerrit-works.txt

Change-Id: I79276d2737b082ddbf112d9b74a3d2ba244c9318
This commit is contained in:
Janet Davies 2018-09-18 11:12:35 -07:00
parent 61092ce218
commit 85909026b9
1 changed files with 18 additions and 17 deletions

View File

@ -1,32 +1,33 @@
= How Gerrit Works = How Gerrit Works
To learn how Gerrit fits into and complements the developer workflow, consider a To learn how Gerrit fits into and complements the developer workflow, consider
typical project. The following project contains a central source repository a typical project. The following project contains a central source repository
(_Authoritative Repository_) that serves as the authoritative version of the (_Authoritative Repository_) that serves as the authoritative version of the
project's contents. project's contents.
.Central Source Repository image::images/intro-quick-central- .Central Source Repository
repo.png[Authoritative Source Repository] image::images/intro-quick-central-repo.png[Authoritative Source Repository]
When implemented, Gerrit becomes the central source repository and introduces an When implemented, Gerrit becomes the central source repository and introduces
additional concept: a store of _Pending Changes_. an additional concept: a store of _Pending Changes_.
.Gerrit as the Central Repository image::images/intro-quick-central- .Gerrit as the Central Repository
gerrit.png[Gerrit in place of Central Repository] image::images/intro-quick-central-gerrit.png[Gerrit as the Central Repository]
When Gerrit is configured as the central source repository, all code changes are When Gerrit is configured as the central source repository, all code changes
sent to Pending Changes for others to review and discuss. When enough reviewers are sent to Pending Changes for others to review and discuss. When enough
have approved a code change, you can submit the change to the code base. reviewers have approved a code change, you can submit the change to the code
base.
In addition to the store of Pending Changes, Gerrit captures notes and comments In addition to the store of Pending Changes, Gerrit captures notes and comments
made about each change. This enables you to review changes at your convenience made about each change. This enables you to review changes at your convenience
or when a conversation about a change can't happen in person. In addition, notes or when a conversation about a change can't happen in person. In addition,
and comments provide a history of each change (what was changed and why and who notes and comments provide a history of each change (what was changed and why and
reviewed the change). who reviewed the change).
Like any repository hosting product, Gerrit provides a powerful link:access- Like any repository hosting product, Gerrit provides a powerful
control.html[access control model], which enables you to fine-tune access to link:access-control.html[access control model], which enables you to
your repository. fine-tune access to your repository.
GERRIT GERRIT
------ ------