Skip to content

Commit 9e3fc61

Browse files
Correct frontend source dir (#9575)
1 parent d15cf42 commit 9e3fc61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/FRONTEND.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Frontend Overview
22

3-
The frontend of crates.io is written in JavaScript using [Ember.js][]. Most of that code lives in
4-
the _src_ directory. We endeavor to follow Ember conventions and best practices, but we're Rust
3+
The frontend of crates.io is written in JavaScript using [Ember.js]. Most of that code lives in
4+
the `app` directory. We endeavor to follow Ember conventions and best practices, but we're Rust
55
developers, so we don't always live up to this goal :)
66

77
[Ember.js]: https://emberjs.com/

0 commit comments

Comments
 (0)