Skip to content

Commit

Permalink
[DOCS] Replace edit_index_pattern link
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 <[email protected]>
  • Loading branch information
kavilla committed Jun 25, 2021
1 parent 2457d02 commit 07e6159
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 07e6159

Please sign in to comment.