Skip to content

Commit d898560

Browse files
committed
replace 'repo' with 'repository'
1 parent 837951a commit d898560

3 files changed

+9
-9
lines changed

_overview_model.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
[//]: # (Comment: This partial intentionally left blank. For private/commercial )
3-
[//]: # ( books, this partial is stored in a private repo and contains commercial )
3+
[//]: # ( books, this partial is stored in a private repository and contains commercial )
44
[//]: # ( content. )

diego/_arch_other.html.md.erb

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Refer to the following diagram and descriptions for information about the way Di
1818

1919
<% if vars.product_name == 'CF' %>
2020
<%= image_tag("../images/diego/diego-flow.png") %>
21-
View a larger version of this image at the [Diego Design Notes repo](http://htmlpreview.github.io/?https://raw.githubusercontent.com/cloudfoundry-incubator/diego-design-notes/master/clickable-diego-overview/clickable-diego-overview.html).
21+
View a larger version of this image at the [Diego Design Notes repository](http://htmlpreview.github.io/?https://raw.githubusercontent.com/cloudfoundry-incubator/diego-design-notes/master/clickable-diego-overview/clickable-diego-overview.html).
2222
<% else %>
2323
<%= image_tag("../images/diego/diego-flow-other.png") %>
2424
<a href="../images/diego/diego-flow-other.png" target="_blank">View a larger version of this image.</a>
@@ -168,15 +168,15 @@ See the [Garden](../architecture/garden.html) topic or the [Garden repository](h
168168

169169
Forwards application logs, errors, and application and Diego metrics to the [Loggregator](https://github.com/cloudfoundry/loggregator) Doppler component
170170

171-
Refer to the [Metron repo](https://github.com/cloudfoundry/loggregator/tree/develop/src/metron) on GitHub for more information.
171+
Refer to the [Metron repository](https://github.com/cloudfoundry/loggregator/tree/develop/src/metron) on GitHub for more information.
172172

173173
####<a id='route-emitter'></a>Route-emitter ###
174174

175175
- Monitors `DesiredLRP` and `ActualLRP` states, emitting route registration and unregistration messages to the Cloud Foundry [Gorouter](https://github.com/cloudfoundry/gorouter) when it detects changes
176176

177177
- Periodically emits the entire routing table to the Cloud Foundry Gorouter
178178

179-
Refer to the [Route-Emitter repo](https://github.com/cloudfoundry-incubator/route-emitter) on GitHub for more information.
179+
Refer to the [Route-Emitter repository](https://github.com/cloudfoundry-incubator/route-emitter) on GitHub for more information.
180180

181181
###<a id='database-vms'></a>Database VMs ###
182182

@@ -196,7 +196,7 @@ The Diego database VM consists of the following components.
196196

197197
- Monitors for potentially missed messages, resending them if necessary
198198

199-
Refer to the [Bulletin Board System repo](https://github.com/cloudfoundry-incubator/bbs) on GitHub for more information.
199+
Refer to the [Bulletin Board System repository](https://github.com/cloudfoundry-incubator/bbs) on GitHub for more information.
200200

201201
####<a id='mysql'></a>MySQL ####
202202

@@ -211,13 +211,13 @@ Refer to the [Bulletin Board System repo](https://github.com/cloudfoundry-incuba
211211

212212
The Diego BBS stores data in MySQL. Diego uses the Go MySQL Driver to communicate with MySQL.
213213

214-
Refer to the [Go MySQL Driver repo](https://github.com/go-sql-driver/mysql) on GitHub for more information.
214+
Refer to the [Go MySQL Driver repository](https://github.com/go-sql-driver/mysql) on GitHub for more information.
215215

216216
###<a id='consul'></a>Consul ###
217217

218218
- Provides dynamic service registration and load balancing through DNS resolution
219219

220-
Refer to the [Consul repo](https://github.com/hashicorp/consul) on GitHub for more information.
220+
Refer to the [Consul repository](https://github.com/hashicorp/consul) on GitHub for more information.
221221

222222
##<a id='platform-specific'></a>Platform-specific Components ##
223223

overview.html.md.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ The component logs follow a different path. They stream from rsyslog agents, and
6060
6161
Typical apps depend on free or metered <%=vars.services_link%> such as databases or third-party APIs. To incorporate these into an app, a developer writes a Service Broker, an API that publishes to the Cloud Controller the ability to list service offerings, provision the service, and enable apps to make calls out to it.
6262

63-
[//]: # (Comment: Below calls vars concept_product_* in book repo template_vars.yml.)
63+
[//]: # (Comment: Below calls vars concept_product_* in book repository template_vars.yml.)
6464
[//]: # ( The vars *_text and *_image hold locations of partial and image files. )
6565
[//]: # ( For private/commercial books, the partial and image files come from a )
66-
[//]: # ( private repo rather than cloudfoundry.org/docs-cloudfoundry-concepts. )
66+
[//]: # ( private repository rather than cloudfoundry.org/docs-cloudfoundry-concepts. )
6767
<%= vars.concepts_product_model_header %>
6868
<%= partial vars.concepts_product_model_text %>
6969
<%= vars.concepts_product_model_image %>

0 commit comments

Comments
 (0)