Skip to content

Commit f3d9849

Browse files
authored
docs: fix links to this repo (elastic#392)
1 parent 3a693f6 commit f3d9849

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.asciidoc

+9-9
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ By default, each _part_ (`= Part Title`) and _chapter_ (`== Chapter Title`) is
149149
``chunked'' into a separate HTML file. However, for bigger books, such as the
150150
Elasticsearch reference docs, this results in enormous pages. These bigger
151151
books are also chunked at the first _section_ level (`=== Section One Title`).
152-
This behaviour is specified in the `conf.yaml` file, but can also be specified
152+
This behaviour is specified in the https://github.com/elastic/docs/blob/master/conf.yaml[`conf.yaml`] file, but can also be specified
153153
on the command line when building the docs locally:
154154

155155
[source,bash]
@@ -247,7 +247,7 @@ picked up automatically by the docs build service.
247247

248248
The documentation that appears on the http://www.elastic.co/guide
249249
website is controlled by the
250-
https://github.com/elasticsearch/docs/blob/master/conf.yaml[`conf.yaml`] file in the `docs` repo.
250+
https://github.com/elastic/docs/blob/master/conf.yaml[`conf.yaml`] file in the `docs` repo.
251251

252252
You can add a new repository under the `repos` section, if it
253253
doesn't already exist, and you can add a new ``book'' under the
@@ -264,7 +264,7 @@ docs are built only from the `master` branch.
264264

265265
When you release a new version of your code, you need to add
266266
a new `branch` to the config and to update the `current` branch
267-
for your project. Commit the change to `conf.yaml` and push
267+
for your project. Commit the change to https://github.com/elastic/docs/blob/master/conf.yaml[`conf.yaml`] and push
268268
to the remote `docs` repo.
269269

270270
[[asciidoc-guide]]
@@ -484,7 +484,7 @@ The two `[glossary]` elements above have different purposes:
484484

485485
If you need to use some of these more advanced structural
486486
elements, have a look at the example of a multi-part book
487-
included in this repo in https://github.com/elasticsearch/docs/blob/master/resources/asciidoc-8.6.8/doc/book-multi.txt[`resources/asciidoc-8.6.8/doc/book-multi.txt`].
487+
included in this repo in https://github.com/elastic/docs/blob/master/resources/asciidoc-8.6.8/doc/book-multi.txt[`resources/asciidoc-8.6.8/doc/book-multi.txt`].
488488

489489
[[paragraphs]]
490490
== Paragraphs
@@ -726,12 +726,12 @@ square brackets:
726726
727727
[source,asciidoc]
728728
----------------------------------
729-
See http://github.com/elasticsearch
730-
or http://github.com/elasticsearch/docs[this repository]
729+
See http://github.com/elastic
730+
or http://github.com/elastic/docs[this repository]
731731
----------------------------------
732732
733-
See http://github.com/elasticsearch
734-
or http://github.com/elasticsearch/docs[this repository]
733+
See http://github.com/elastic
734+
or http://github.com/elastic/docs[this repository]
735735
736736
==================================
737737

@@ -1567,7 +1567,7 @@ build_docs.pl --doc path/to/index.asciidoc --chunk 1
15671567

15681568
To enable section chunking when building docs <<website,for the website>>,
15691569
add `chunk: 1` to the
1570-
https://github.com/elasticsearch/docs/blob/master/conf.yaml[`conf.yaml`] file in the `docs` repo.
1570+
https://github.com/elastic/docs/blob/master/conf.yaml[`conf.yaml`] file in the `docs` repo.
15711571

15721572
[source,yaml]
15731573
----------------------------------

0 commit comments

Comments
 (0)