Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #659 from mwmiller/code_url
Browse files Browse the repository at this point in the history
Example.pm template: correct code_url
  • Loading branch information
moollaza committed Oct 1, 2014
2 parents 2e6f775 + ff65eab commit 2358061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/lib/DDG/Goodie/Example.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ primary_example_queries "first example query", "second example query";
secondary_example_queries "optional -- demonstrate any additional triggers";
category "";
topics "";
code_url "https://github.com/duckduckgo/zeroclickinfo-spice/blob/master/lib/DDG/Spice/<: $ia_name :>.pm";
code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/<: $ia_name :>.pm";
attribution github => ["GitHubAccount", "Friendly Name"],
twitter => "twitterhandle",

Expand Down

0 comments on commit 2358061

Please sign in to comment.