-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Update removal_of_types.asciidoc #26614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fix link to [parent-child relationship]
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
|
|
||
| Mapping types were also used to establish a | ||
| /guide/en/elasticsearch/reference/5.4/mapping-parent-field.html[parent-child relationship] | ||
| https://www.elastic.co/guide/en/elasticsearch/reference/5.4/mapping-parent-field.html[parent-child relationship] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it whould be better to use the asciidoc syntax for internal cross-references (<<url,link text>>) so we keep linking the current version etc... The page that the hard link refers to has the section title mapping-parent-field, so the link should be <<mapping-parent-field,parent-child relationship>>
|
@danochoa thanks for opening this PR. I left a comment on how to improve the linking to other parts of the document. After you changed this, would you also sign the CLA so we can merge the PR? |
use the asciidoc syntax for internal cross-references on "parent-child relationship"
|
@cbuescher thanks for the feedback, I made the change and signed the CLA |
cbuescher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danochoa thanks a lot, LGTM. I will merge this to the active branches where this is still a static link.
Fix link to [parent-child relationship].
Fix link to [parent-child relationship].
Fix link to [parent-child relationship].
* master: (39 commits) [Docs] Correct typo in removal_of_types.asciidoc (elastic#26646) [Docs] "The the" is a great band, but ... (elastic#26644) Move all repository-azure classes under one single package (elastic#26624) [Docs] Update link in removal_of_types.asciidoc (elastic#26614) Fix percolator highlight sub fetch phase to not highlight query twice (elastic#26622) Refactor bootstrap check results and error messages Add BootstrapContext to expose settings and recovered state to bootstrap checks (elastic#26628) [Tests] Removing skipping tests in search rest tests Initialize checkpoint tracker with allocation ID Move non-core mappers to a module. (elastic#26549) [Docs] Clarify size parameter in Completion Suggester doc (elastic#26617) Add soft limit on allowed number of script fields in request (elastic#26598) Remove MapperService#dynamic. (elastic#26603) Fix incomplete sentences in parent-join docs (elastic#26623) More efficient encoding of range fields. (elastic#26470) Ensure module is bundled before installing in tests Add boolean similarity to built in similarity types (elastic#26613) [Tests] Remove skip tests in search/30_limits.yml Let search phases override max concurrent requests Add a soft limit for the number of requested doc-value fields (elastic#26574) ...
Fix link to [parent-child relationship]
gradle check?