Skip to content

Commit

Permalink
Update docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Dec 7, 2024
1 parent 0038c39 commit cb17667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions credentials/RedditApplicationOnlyOAuth2Api.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ import {
INodeProperties,
} from 'n8n-workflow';

// https://github.com/reddit-archive/reddit/wiki/OAuth2#application-only-oauth

export class RedditApplicationOnlyOAuth2Api implements ICredentialType {
name = 'redditOAuth2ApplicationOnlyApi';
displayName = 'Reddit Application Only OAuth2 API';
icon: Icon = 'file:../nodes/RedditPostReadTrigger/reddit.svg';
documentationUrl = 'https://github.com/haohanyang/n8n-nodes-userless-reddit/wiki/Credentials';
documentationUrl = 'https://github.com/haohanyang/n8n-nodes-userless-reddit#credentials';
properties: INodeProperties[] = [
{
displayName: 'Session Token',
Expand Down
3 changes: 2 additions & 1 deletion nodes/Reddit/RedditPostsTrigger.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export class RedditPostsTrigger implements INodeType {
defaults: {
name: 'Reddit Posts Trigger',
},
documentationUrl: 'https://github.com/haohanyang/n8n-nodes-userless-reddit/wiki/Triggers',
documentationUrl:
'https://github.com/haohanyang/n8n-nodes-userless-reddit#reddit-posts-trigger',
inputs: [],
outputs: ['main'],
credentials: [
Expand Down

0 comments on commit cb17667

Please sign in to comment.