You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.asciidoc
+9-9
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ By default, each _part_ (`= Part Title`) and _chapter_ (`== Chapter Title`) is
149
149
``chunked'' into a separate HTML file. However, for bigger books, such as the
150
150
Elasticsearch reference docs, this results in enormous pages. These bigger
151
151
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
153
153
on the command line when building the docs locally:
154
154
155
155
[source,bash]
@@ -247,7 +247,7 @@ picked up automatically by the docs build service.
247
247
248
248
The documentation that appears on the http://www.elastic.co/guide
249
249
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.
251
251
252
252
You can add a new repository under the `repos` section, if it
253
253
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.
264
264
265
265
When you release a new version of your code, you need to add
266
266
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
268
268
to the remote `docs` repo.
269
269
270
270
[[asciidoc-guide]]
@@ -484,7 +484,7 @@ The two `[glossary]` elements above have different purposes:
484
484
485
485
If you need to use some of these more advanced structural
486
486
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`].
488
488
489
489
[[paragraphs]]
490
490
== Paragraphs
@@ -726,12 +726,12 @@ square brackets:
726
726
727
727
[source,asciidoc]
728
728
----------------------------------
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]
731
731
----------------------------------
732
732
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]
0 commit comments