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 a9ee218 commit ac71194
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 ac71194

Please sign in to comment.