Skip to content

Commit 1597299

Browse files
Pugzyyole
authored andcommitted
Fix README to point to correct data folder. (JetBrains#1246)
1 parent ceebef3 commit 1597299

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ This is the source for the [http://kotlinlang.org](http://kotlinlang.org).
3232

3333
### Data
3434

35-
All data is stored in the \*.yml files in folder `_data`:
35+
All data is stored in the \*.yml files in folder `data`:
3636

37-
- [_nav.yml](_data/_nav.yml) site navigation and PDF building.
38-
- [releases.yml](_data/releases.yml) info about releases.
39-
- [videos.yml](_data/videos.yml) data for the Videos page. The `content` property is used to create categories.
37+
- [_nav.yml](data/_nav.yml) site navigation and PDF building.
38+
- [releases.yml](data/releases.yml) info about releases.
39+
- [videos.yml](data/videos.yml) data for the Videos page. The `content` property is used to create categories.
4040
It contains a list of videos or other categories. Maximum tree depth level is 3.
41-
- [events.yml](_data/events.yml) event data.
41+
- [events.xml](data/events.xml) event data.
4242

4343
### Templates
4444

0 commit comments

Comments
 (0)