Skip to content

Commit c067872

Browse files
authored
Merge pull request #52 from twingly/remove-developer.twingly.com
Link to our new API documentation
2 parents 38843e3 + 1efdeb2 commit c067872

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![GitHub Build Status](https://github.com/twingly/twingly-search-api-node/workflows/CI/badge.svg?branch=master)](https://github.com/twingly/twingly-search-api-node/actions)
44

5-
A Node.js library for Twingly's Search API (previously known as Analytics API). Twingly is a blog search service that provides a searchable API known as [Twingly Search API](https://developer.twingly.com/resources/search/).
5+
A Node.js library for Twingly's Search API (previously known as Analytics API). Twingly is a blog search service that provides a searchable API known as [Twingly Search API][Twingly Search API documentation].
66

77
## Installation
88

@@ -45,7 +45,9 @@ Find the generated documentation in `out/index.html`.
4545

4646
Example code can be found in [examples/](examples/).
4747

48-
To learn more about the capabilities of the API, please read the [Twingly Search API documentation](https://developer.twingly.com/resources/search/).
48+
To learn more about the capabilities of the API, please read the [Twingly Search API documentation].
49+
50+
[Twingly Search API documentation]: https://app.twingly.com/blog_search?tab=documentation
4951

5052
## Requirements
5153

lib/post.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
* @property {string} blogId - the blog ID (Twingly internal identification)
2020
* @property {string} blogName - the name of the blog
2121
* @property {string} blogUrl - the blog URL
22-
* @property {number} blogRank - the rank of the blog, based on authority and language. {@link https://developer.twingly.com/resources/ranking/#blogrank}
23-
* @property {number} authority - the blog's authority/influence. {@link https://developer.twingly.com/resources/ranking/#authority}
22+
* @property {number} blogRank - the rank of the blog, based on authority and language. {@link https://app.twingly.com/blog_search?tab=documentation}
23+
* @property {number} authority - the blog's authority/influence. {@link https://app.twingly.com/blog_search?tab=documentation}
2424
*
2525
* @constructor
2626
*/

0 commit comments

Comments
 (0)