From e89f0abf95a5b49291bfa11f1d0277ade43eb2c0 Mon Sep 17 00:00:00 2001 From: Alex Rothberg Date: Mon, 7 Mar 2022 15:39:39 -0500 Subject: [PATCH] docs(building): link frontend asset instructions correctly (#19050) --- docs/docs/contributing/local-backend.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributing/local-backend.mdx b/docs/docs/contributing/local-backend.mdx index 8b7bf14ba56..7c03c0dc50d 100644 --- a/docs/docs/contributing/local-backend.mdx +++ b/docs/docs/contributing/local-backend.mdx @@ -103,4 +103,4 @@ app.logger.info(form_data) ``` ### Frontend Assets -See [Running Frontend Assets Locally](https://superset.apache.org/docs/installation/installing-superset-from-scratch#os-dependencies) +See [Building Frontend Assets Locally](https://github.com/apache/superset/blob/master/CONTRIBUTING.md#frontend)