Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Updated link to Google's Javascript Style Guide #245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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/spec/00_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ optimization.
## API Style

1. All Lovefield API and source code must follow [Google JavaScript Style Guide
](https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml)
](https://google.github.io/styleguide/jsguide.html)
and pass Closure compiler compilation. This implies that all APIs and
source code are annotated with [Closure-style annotations](
https://developers.google.com/closure/compiler/docs/js-for-compiler).
Expand Down