Skip to content

Commit

Permalink
[DOCS] Replace edit_index_pattern link (#553)
Browse files Browse the repository at this point in the history
Replacing previous upstream reference within the edit index
pattern page. This does not fully resolve the current issue
due to the link being replaced with a temporary link, and
the link being related to Mappings API documentation but
does not fully replace the content that the original provided.

Partially resolves:
#482

Will track replacement with:
#335

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
  • Loading branch information
kavilla committed Jun 26, 2021
1 parent b168319 commit 812527c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ export const EditIndexPattern = withRouter(
values={{ indexPatternTitle: <strong>{indexPattern.title}</strong> }}
/>{' '}
<EuiLink
href="http://www.opensearch.org/guide/en/elasticsearch/reference/current/mapping.html"
// TODO: [RENAMEME] Need prod urls.
// issue: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/335#issuecomment-868294864
href="https://docs-beta.opensearch.org/opensearch/index-templates"
target="_blank"
external
>
Expand Down

0 comments on commit 812527c

Please sign in to comment.