Skip to content

Commit 2ca942f

Browse files
committed
Correct links to www.meteor.com project pages
1 parent 96b43c4 commit 2ca942f

File tree

30 files changed

+59
-33
lines changed

30 files changed

+59
-33
lines changed

packages/accounts-base/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Meteor's user account system. This package implements the basic functions necess
1212

1313
There are also login services available in community packages.
1414

15-
For more information, see the [Meteor docs](http://docs.meteor.com/#accounts_api) and the Meteor Accounts project page. XXX link
15+
For more information, see the [Meteor docs](http://docs.meteor.com/#accounts_api) and the Meteor Accounts [project page](https://www.meteor.com/accounts).

packages/accounts-facebook/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# accounts-facebook
22

3-
A login service for Facebook. See the project page on Meteor Accounts for more details. XXX link
3+
A login service for Facebook. See the [project page](https://www.meteor.com/accounts) on Meteor Accounts for more details.

packages/accounts-github/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# accounts-github
22

3-
A login service for GitHub. See the project page on Meteor Accounts for more details. XXX link
3+
A login service for GitHub. See the [project page](https://www.meteor.com/accounts) on Meteor Accounts for more details.

packages/accounts-google/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# accounts-google
22

3-
A login service for Google. See the project page on Meteor Accounts for more details. XXX link
3+
A login service for Google. See the [project page](https://www.meteor.com/accounts) on Meteor Accounts for more details.

packages/accounts-meetup/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# accounts-meetup
22

3-
A login service for Meetup. See the project page on Meteor Accounts for more details. XXX link
3+
A login service for Meetup. See the [project page](https://www.meteor.com/accounts) on Meteor Accounts for more details.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# accounts-meteor-developer
22

3-
A login service for Meteor developer accounts. See the project page on Meteor Accounts and Meteor Developer Accounts for more details. XXX 2 links
3+
A login service for Meteor developer accounts. See the project page on
4+
[Meteor Accounts](https://www.meteor.com/accounts) and Meteor [Developer
5+
Accounts](https://www.meteor.com/services/developer-accounts) for more
6+
details.

packages/accounts-oauth/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# accounts-oauth
22

3-
Common functionality for OAuth-based login services. See the project page on Meteor Accounts for more details. XXX link
3+
Common functionality for OAuth-based login services. See the [project page](https://www.meteor.com/accounts) on Meteor Accounts for more details.

packages/accounts-password/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# accounts-password
22

3-
A login service that enables secure password-based login. See the project page on Meteor Accounts for more details. XXX link
3+
A login service that enables secure password-based login. See the [project page](https://www.meteor.com/accounts) on Meteor Accounts for more details.

packages/accounts-twitter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# accounts-twitter
22

3-
A login service for Twitter. See the project page on Meteor Accounts for more details. XXX link
3+
A login service for Twitter. See the [project page](https://www.meteor.com/accounts) on Meteor Accounts for more details.
+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# accounts-ui-unstyled
22

3-
A version of `accounts-ui` without the CSS, so that you can add your own styling. See the `accounts-ui` README and the Meteor Accounts project page for details. XXX link
3+
A version of `accounts-ui` without the CSS, so that you can add your
4+
own styling. See the [`accounts-ui`
5+
README](https://atmospherejs.com/meteor/accounts-password) and the
6+
Meteor Accounts [project page](https://www.meteor.com/accounts) for
7+
details.

packages/accounts-ui/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ and [`sendEnrollmentEmail`](http://docs.meteor.com/#accounts_sendenrollmentemail
2525
do not have to be manually placed in HTML: they are automatically activated
2626
when the URLs are loaded.
2727

28-
See the Meteor Accounts project page for more info: XXX link
28+
See the Meteor Accounts [project page](https://www.meteor.com/accounts) for more info.

packages/accounts-weibo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# accounts-weibo
22

3-
A login service for Weibo. See the project page on Meteor Accounts for more details. XXX link
3+
A login service for Weibo. See the [project page](https://www.meteor.com/accounts) on Meteor Accounts for more details.

packages/constraint-solver/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencies. It is used by the Meteor build tool (Isobuild) for apps,
55
packages and build plugins.
66

77
To learn more about Meteor Version Solver see the [project page on
8-
meteor.com](https://www.meteor.com/projects/version-solver) (XXX).
8+
meteor.com](https://www.meteor.com/version-solver)
99

packages/facebook/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# facebook
22

3-
An implementation of the Facebook OAuth flow. See the project page on Meteor Accounts for more details. XXX link
3+
An implementation of the Facebook OAuth flow. See the [project page](https://www.meteor.com/accounts) on Meteor Accounts for more details. XXX link

packages/github/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# github
22

3-
An implementation of the GitHub OAuth flow. See the project page on Meteor Accounts for more details. XXX link
3+
An implementation of the GitHub OAuth flow. See the [project page](https://www.meteor.com/accounts) on Meteor Accounts for more details. XXX link

packages/google/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# google
22

3-
An implementation of the Google OAuth flow. See the project page on Meteor Accounts for more details. XXX link
3+
An implementation of the Google OAuth flow. See the [project page](https://www.meteor.com/accounts) on Meteor Accounts for more details. XXX link

packages/meetup/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# meetup
22

3-
An implementation of the Meetup OAuth flow. See the project page on Meteor Accounts for more details. XXX link
3+
An implementation of the Meetup OAuth flow. See the [project
4+
page](https://www.meteor.com/accounts) on Meteor Accounts for more
5+
details.

packages/meteor-developer/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# meteor-developer
22

3-
An implementation of the Meteor Developer Account OAuth flow. See the project page on Meteor Accounts for more details. XXX link
3+
An implementation of the Meteor Developer Account OAuth flow. See the
4+
[project page](https://www.meteor.com/accounts) on Meteor Accounts for
5+
more details.

packages/meteor-tool/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This is the Meteor command-line tool. Most of the code for it is in the [tools d
44

55
The Meteor tool also includes testing functionality and example apps for the Meteor framework.
66

7-
Read more about it on the project page: XXX link
7+
Read more about it on the [project page](https://www.meteor.com/tool)

packages/minimongo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ are using to render your interface, and want to use that familiar API.
99

1010
Minimongo is used as a temporary data cache in the standard Meteor stack, to
1111
learn more about mini-databases and what they can do, see [the project page on
12-
www.meteor.com](https://www.meteor.com/projects/mini-databases) (XXX).
12+
www.meteor.com](https://www.meteor.com/mini-databases)
1313

1414

packages/mongo/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ with MongoDB in Meteor:
1010
- DDP RPC end-points for updating the data from clients connected over the wire
1111
- Serialization and deserialization of updates to the DDP format
1212

13-
To learn more about [Livequery], see the project page on
14-
[www.meteor.com][livequery].
13+
To learn more about [Livequery], see the [project page on
14+
www.meteor.com][livequery].
1515

16-
XXX:
17-
[livequery]: https://www.meteor.com/projects/livequery
16+
[livequery]: https://www.meteor.com/livequery
1817

packages/oauth/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# oauth
22

3-
Common functionality for OAuth clients. See the project page on Meteor Accounts for more details. XXX link
3+
Common functionality for OAuth clients. See the [project
4+
page](https://www.meteor.com/accounts) on Meteor Accounts for more
5+
details.

packages/oauth1/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# oauth1
22

3-
Common functionality for OAuth 1 clients. See the project page on Meteor Accounts for more details. XXX link
3+
Common functionality for OAuth 1 clients. See the [project
4+
page](https://www.meteor.com/accounts) on Meteor Accounts for more
5+
details.

packages/oauth2/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# oauth2
22

3-
Common functionality for OAuth 2 clients. See the project page on Meteor Accounts for more details. XXX link
3+
Common functionality for OAuth 2 clients. See the [project
4+
page](https://www.meteor.com/accounts) on Meteor Accounts for more
5+
details.

packages/package-stats-opt-out/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
Opt out of sending statistics about which packages your app is using.
44

5-
Read more about the Meteor packaging system on the Isopack project page. XXX link
5+
Read more about the Meteor packaging system on the Isobuild [project
6+
page](https://www.meteor.com/isobuild).

packages/service-configuration/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ ServiceConfiguration.configurations.insert({
1414
});
1515
```
1616

17-
Read more in the [Meteor docs](http://docs.meteor.com/#meteor_loginwithexternalservice) and the Meteor Accounts project page. XXX link
17+
Read more in the [Meteor
18+
docs](http://docs.meteor.com/#meteor_loginwithexternalservice) and the
19+
Meteor Accounts [project page](https://www.meteor.com/accounts).

packages/spacebars-compiler/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
The compiler for the spacebars template language. Used by several Meteor packages to compile HTML into Blaze templates.
44

5-
Read more about Spacebars, Blaze, and Meteor templating on the Blaze project page. XXX link
5+
Read more about Spacebars, Blaze, and Meteor templating on the Blaze
6+
[project page](https://www.meteor.com/blaze).

packages/templating/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ This build plugin parses all of the HTML files in your app and looks for three t
88
- `<body>` - appended to the `body` section of your HTML
99
- `<template name="templateName">` - compiled into a Blaze template, which can be included with `{{> templateName}} or referenced in JS code with `Template.templateName`.
1010

11-
For more details, see the [Meteor docs about templating](http://docs.meteor.com/#livehtmltemplates) and the Blaze project page. XXX link
11+
For more details, see the [Meteor docs about
12+
templating](http://docs.meteor.com/#livehtmltemplates) and the Blaze
13+
[project page](https://www.meteor.com/blaze).

packages/twitter/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# twitter
22

3-
An implementation of the Twitter OAuth flow. See the project page on Meteor Accounts for more details. XXX link
3+
An implementation of the Twitter OAuth flow. See the [project
4+
page](https://www.meteor.com/accounts) on Meteor Accounts for more
5+
details.

packages/weibo/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# weibo
22

3-
An implementation of the Weibo OAuth flow. See the project page on Meteor Accounts for more details. XXX link
3+
An implementation of the Weibo OAuth flow. See the [project
4+
page](https://www.meteor.com/accounts) on Meteor Accounts for more
5+
details.

0 commit comments

Comments
 (0)