Skip to content

Commit e3c98d4

Browse files
committed
docs: Fix link paths in documentation.
1 parent e3d7b24 commit e3c98d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: ARCHITECTURE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Here be Dragons – `@css-blocks/core` is the package that drives everything tha
252252
The runtime package delivers the very slim in-browser runtime that handles dynamic class application. The high-level concept of *what* the runtime does is briefly explained in the **Rewrite Phase** section above, but for a more detailed examination of how we actually execute these arbitrary binary expressions, with N number of static or dynamic classes, check out this project's README.
253253

254254
### [@css-blocks/code-style][RUNTIME]
255-
This is a utility package that provides TSLint code style rules for the project. Currently, for consistency, it simply re-exports the code style rules delivered by [@css-blocks/opticss][OPTICSS], the CSS optimizer.
255+
This is a utility package that provides TSLint code style rules for the project. Currently, for consistency, it simply re-exports the code style rules delivered by [@opticss/opticss][OPTICSS], the CSS optimizer.
256256

257257
## Template Integrations
258258
A core requirement of css-blocks is the ability to analyze and rewrite your application's templates. Because of language differences, every templating system will have a *slightly* different syntax when importing / referencing Blocks from a template, and for interacting with css-blocks classes / states in the markup.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CSS Blocks is an ergonomic, component-oriented CSS authoring system that compile
1212

1313
By combining an opinionated authoring system, build-time analysis and rewriting of templates, and a new type of CSS optimizer, css-blocks breathes new power and ease of use into the technologies and best practices that stylesheet developers already know and love.
1414

15-
> Interested in contributing? Head over to [CONTRIBUTING.md]()!
15+
> Interested in contributing? Head over to [CONTRIBUTING.md](./CONTRIBUTING.md)!
1616
1717
# Why CSS Blocks?
1818
With css-blocks added to your project, you receive:

0 commit comments

Comments
 (0)