📖 Fix path to Supabase credential documentation (#2660)

This commit is contained in:
Jonathan Bennetts 2022-01-10 12:21:40 +00:00 committed by GitHub
parent 6fea3843c7
commit 8386d7c73e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ import {
export class SupabaseApi implements ICredentialType {
name = 'supabaseApi';
displayName = 'Supabase API';
documentationUrl = 'superbase';
documentationUrl = 'supabase';
properties: INodeProperties[] = [
{
displayName: 'Host',