Skip to content

Commit 8fab40d

Browse files
committed
Docs: Clean up for asciidoctor (#1275)
This makes three changes in preparation for switching the docs to Asciidoctor: 1. Fixes a broken link. As a side effect this fixes a missing emphasis in Asciidoctor that was caused by parsing issues with the `_` in the old link. 2. Fixes an `added` macro that renders "funny" in Asciidoctor. 3. Replace a tab in a code example with spaces. AsciiDoc was doing this automatically but Asciidoctor preserves the tab. We don't need the tab.
1 parent ee15503 commit 8fab40d

File tree

1 file changed

+1
-1
lines changed
  • docs/src/reference/asciidoc/core

1 file changed

+1
-1
lines changed

docs/src/reference/asciidoc/core/pig.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ For example:
164164
[source,sql]
165165
----
166166
STORE B INTO '...' USING org.elasticsearch.hadoop.pig.EsStorage(
167-
'es.mapping.names=date:@timestamp, uRL:url') <1>
167+
'es.mapping.names=date:@timestamp, uRL:url') <1>
168168
----
169169

170170
<1> Pig column `date` mapped in {es} to `@timestamp`; Pig column `uRL` mapped in {es} to `url`

0 commit comments

Comments
 (0)