Skip to content

Commit 9dc393e

Browse files
Update faq.md
1 parent acbb3ca commit 9dc393e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/doc/src/faq.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Is the plan to use GitHub as a package repository?
44

55
No. The plan for Cargo is to use [crates.io], like npm or Rubygems do with
6-
npmjs.org and rubygems.org.
6+
[npmjs.com][1] and [rubygems.org][3].
77

88
We plan to support git repositories as a source of packages forever,
99
because they can be used for early development and temporary patches,
@@ -23,8 +23,9 @@ central registry model as well as a Git-based model, and most packages
2323
are downloaded through the registry in those ecosystems, with an
2424
important minority of packages making use of git-based packages.
2525

26-
[1]: https://www.npmjs.org
26+
[1]: https://www.npmjs.com
2727
[2]: https://bundler.io
28+
[3]: https://rubygems.org
2829

2930
Some of the advantages that make a central registry popular in other
3031
languages include:

0 commit comments

Comments
 (0)