diff --git a/FAQ.md b/FAQ.md index 22d0b923c21..71eda1991b9 100644 --- a/FAQ.md +++ b/FAQ.md @@ -20,7 +20,7 @@ Traditionally releases are made weekly against whatever is in master and you can EUI started as a JS and Sass library that outputs separate CSS and JS bundles. Over time we introduced TypeScript and started adding types, writing new components in TS, and migrating old components over. The goal is to actively convert everything over into a full TS system while retaining our build targets of ES5+commonjs, ES5+ES Modules, and a consolidated bundle file. -For styling we use Sass and generate a final CSS blob for the entire library, with some JSON theming files extracted from the Sass. You can find more information in [consuming EUI](wiki/consuming) and [theming](wiki/theming.md). +For styling we use Sass and generate a final CSS blob for the entire library, with some JSON theming files extracted from the Sass. You can find more information in [consuming EUI](wiki/consuming.md) and [theming](wiki/theming.md). ## Can I contribute to EUI