Skip to content

Commit

Permalink
Fix help URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mittsh committed Mar 16, 2016
1 parent b870946 commit 63fc862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DigestAuthDynamicValue.js
Expand Up @@ -4,7 +4,7 @@ import HTTPDigestAuth from './HTTPDigestAuth'
class DigestAuthDynamicValue {
static identifier = 'com.luckymarmot.PawExtensions.DigestAuthDynamicValue'
static title = 'Digest Auth'
static help = 'https://luckymarmot.com/paw/doc'
static help = 'https://luckymarmot.com/paw/doc/auth/digest-auth'
static inputs = [
DynamicValueInput('username', 'Username', "String"),
DynamicValueInput('password', 'Password', "SecureValue")
Expand Down

0 comments on commit 63fc862

Please sign in to comment.