chore: Update learn more documentation link for echarts (#29075)

This PR replaces the announcement link for deprecation of fusion charts.
This commit is contained in:
Rajat Agrawal 2023-11-27 09:18:12 +05:30 committed by GitHub
parent 1920d4c24c
commit c87d68d2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ describe("emptyChartData", () => {
expect(deprecationMessage.links).toEqual([
{
text: "Learn more",
url: "https://docs.appsmith.com",
url: "https://www.appsmith.com/blog/deprecating-fusion-charts",
},
]);
});

View File

@ -157,7 +157,7 @@ class ChartWidget extends BaseWidget<ChartWidgetProps, WidgetState> {
links: [
{
text: "Learn more",
url: "https://docs.appsmith.com",
url: "https://www.appsmith.com/blog/deprecating-fusion-charts",
},
],
});