Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developer-docs/leaderboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The best place to start is to look at existing leaderboards and break it down to

The **Title/Description** fields are quite obvious.

The **Type** is "Time (Frames)". The value we're tracking updates once a frame, and the Genesis runs at 60 frames per second. (see not below for systems that run at other speeds)
The **Type** is "Time (Frames)". The value we're tracking updates once a frame, and the Genesis runs at 60 frames per second (see note below on [Value Format](/developer-docs/leaderboards#value-format) for systems that run at other speeds).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The actual URL is https://docs.retroachievements.org/developer-docs/leaderboards.html#value-format. I don't know if the ".html" is implied and will be added by the conversion.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit leary about saying "see note below" when it's the note on the linked document. Maybe just "see note on...".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The actual URL is https://docs.retroachievements.org/developer-docs/leaderboards.html#value-format. I don't know if the ".html" is implied and will be added by the conversion.

The style link he has will get built to the right url when it's built and deployed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit leary about saying "see note below" when it's the note on the linked document. Maybe just "see note on...".

The link is to a paragraph far down below, but still on the same page (leaderboards.html), that's why I kept the below (which was there originally). But it can also be removed if it doesn't fit.


The **Lower Is Better** flag is checked, then the one who makes the shortest time will be the #1.

Expand Down