From 6a2b7c3f27c73078259ec03fc40b32d645c61b34 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon Date: Fri, 13 Dec 2024 13:42:52 -0600 Subject: [PATCH] fix links --- .../developer-docs/web-apps/application-frontends/overview.mdx | 2 -- docs/developer-docs/web-apps/application-frontends/webpack.mdx | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/developer-docs/web-apps/application-frontends/overview.mdx b/docs/developer-docs/web-apps/application-frontends/overview.mdx index 3c88956dad..c771a6e590 100644 --- a/docs/developer-docs/web-apps/application-frontends/overview.mdx +++ b/docs/developer-docs/web-apps/application-frontends/overview.mdx @@ -133,8 +133,6 @@ let path = HttpCertificationPath::wildcard("/js"); - Using [raw HTML and JavaScript](/docs/current/motoko/main/getting-started/motoko-introduction) to display a simple HTML entry page. -- Using [React and TypeScript](./add-stylesheet.mdx) to import CSS properties from an external file. - - [Vite + React + Motoko](https://github.com/rvanasa/vite-react-motoko) template example. - [Vite + SvelteKit + Motoko](https://github.com/letmejustputthishere/vite-sveltekit-motoko-ii/tree/main) template example. diff --git a/docs/developer-docs/web-apps/application-frontends/webpack.mdx b/docs/developer-docs/web-apps/application-frontends/webpack.mdx index b332a80bb7..5f1de6fd65 100644 --- a/docs/developer-docs/web-apps/application-frontends/webpack.mdx +++ b/docs/developer-docs/web-apps/application-frontends/webpack.mdx @@ -18,8 +18,7 @@ In many cases, you can use the default `webpack.config.js` file as is, without a plugins, modules, and other custom configurations to suit your needs. The specific changes you make to the `webpack.config.js` configuration largely depends on the other tools and frameworks you want to use. -For example, if you have experimented with the [using the default frontend canister](default-frontend.mdx) -or [using CSS to style frontends](add-stylesheet.mdx) tutorials, you might have modified the following section to work with React +For example, if you have experimented with the default frontend canister, you might have modified the following section to work with React JavaScript: ```js