Skip to content

Commit

Permalink
Update Doc Links (opensearch-project#127)
Browse files Browse the repository at this point in the history
* update doc links in dashboards-reports
Signed-off-by: David Cui <davidcui@amazon.com>
  • Loading branch information
davidcui1225 committed Jul 14, 2021
1 parent 2227179 commit 42031ba
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ exports[`<Main /> panel render component 1`] = `
<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -827,7 +827,7 @@ exports[`<Main /> panel render component 1`] = `
<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -1339,7 +1339,7 @@ exports[`<Main /> panel render component after create success 1`] = `
<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -1756,7 +1756,7 @@ exports[`<Main /> panel render component after create success 1`] = `
<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -2321,7 +2321,7 @@ exports[`<Main /> panel render component after delete success 1`] = `
<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -2738,7 +2738,7 @@ exports[`<Main /> panel render component after delete success 1`] = `
<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -3312,7 +3312,7 @@ exports[`<Main /> panel render component after edit success 1`] = `
<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -3729,7 +3729,7 @@ exports[`<Main /> panel render component after edit success 1`] = `
<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ exports[`<ReportDefinitions /> panel render empty table 1`] = `
<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ exports[`<ReportsTable /> panel render empty component 1`] = `
<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion public/components/main/report_definitions_table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const emptyMessageReportDefinitions = (
{ defaultMessage: 'To learn more, see' }
)}{' '}
<EuiLink
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
target="_blank"
>
{i18n.translate(
Expand Down
2 changes: 1 addition & 1 deletion public/components/main/reports_table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const emptyMessageReports = (
{ defaultMessage: 'To learn more, see' }
)}{' '}
<EuiLink
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
target="_blank"
>
{i18n.translate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ export function ReportTrigger(props: ReportTriggerProps) {
labelAppend={
<EuiText size="xs">
<EuiLink
href="https://docs-beta.opensearch.org/docs/alerting/cron/"
href="https://opensearch.org/docs/monitoring-plugins/alerting/cron/"
target="_blank"
external={true}
>
Expand Down
4 changes: 2 additions & 2 deletions rendering-engine/headless-chrome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ headless-chrome.sh chrome-version-SHA (arch_name (arm64))
. Linux arm64: ./build_headless_chrome.sh <chrome-version-SHA> arm64

# How to call in Command line:
. PNG report: ./headless_shell --headless --disable-gpu --screenshot=test.png https://docs-beta.opensearch.org/
. PDF report: ./headless_shell --headless --disable-gpu --print-to-pdf=test.pdf https://docs-beta.opensearch.org/
. PNG report: ./headless_shell --headless --disable-gpu --screenshot=test.png https://opensearch.org/docs/
. PDF report: ./headless_shell --headless --disable-gpu --print-to-pdf=test.pdf https://opensearch.org/docs/

## Headless Chromium for MAC
# Files:
Expand Down

0 comments on commit 42031ba

Please sign in to comment.