From 433380b9396ba1f7bec04bd780fa7da29e06e5e1 Mon Sep 17 00:00:00 2001 From: Emerson Loustau Date: Wed, 5 Aug 2015 09:27:26 -0400 Subject: [PATCH 1/5] mention search api in issues.md --- doc/issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/issues.md b/doc/issues.md index 983bf5ec53b..547e885665a 100644 --- a/doc/issues.md +++ b/doc/issues.md @@ -23,7 +23,7 @@ Returns an array of issues. $issues = $client->api('issue')->find('KnpLabs', 'php-github-api', 'closed', 'bug'); ``` -Returns an array of closed issues matching the "bug" term. +Returns an array of closed issues matching the "bug" term. For more complex searches, use the [search api](/search.md) which supports the advanced github search syntax. ### Get information about an issue From 1a2cbe6dc1d7addbb94b7ff863f2ce9621529c97 Mon Sep 17 00:00:00 2001 From: Emerson Loustau Date: Wed, 5 Aug 2015 09:30:59 -0400 Subject: [PATCH 2/5] fixed url --- doc/issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/issues.md b/doc/issues.md index 547e885665a..02b2c840a61 100644 --- a/doc/issues.md +++ b/doc/issues.md @@ -23,7 +23,7 @@ Returns an array of issues. $issues = $client->api('issue')->find('KnpLabs', 'php-github-api', 'closed', 'bug'); ``` -Returns an array of closed issues matching the "bug" term. For more complex searches, use the [search api](/search.md) which supports the advanced github search syntax. +Returns an array of closed issues matching the "bug" term. For more complex searches, use the [search api](/doc/search.md) which supports the advanced github search syntax. ### Get information about an issue From 9fcb9f1f1da5984b245810d10da6fd6fe67ebd35 Mon Sep 17 00:00:00 2001 From: emersonthis Date: Wed, 5 Aug 2015 12:31:26 -0400 Subject: [PATCH 3/5] relative link --- doc/issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/issues.md b/doc/issues.md index 02b2c840a61..7188661c358 100644 --- a/doc/issues.md +++ b/doc/issues.md @@ -23,7 +23,7 @@ Returns an array of issues. $issues = $client->api('issue')->find('KnpLabs', 'php-github-api', 'closed', 'bug'); ``` -Returns an array of closed issues matching the "bug" term. For more complex searches, use the [search api](/doc/search.md) which supports the advanced github search syntax. +Returns an array of closed issues matching the "bug" term. For more complex searches, use the [search api](../search.md) which supports the advanced github search syntax. ### Get information about an issue From 8a2a93b5f54ace91bb2c8d2c0c8d0f9479a6ee12 Mon Sep 17 00:00:00 2001 From: emersonthis Date: Wed, 5 Aug 2015 12:32:01 -0400 Subject: [PATCH 4/5] Update issues.md --- doc/issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/issues.md b/doc/issues.md index 7188661c358..ab00f189ab9 100644 --- a/doc/issues.md +++ b/doc/issues.md @@ -23,7 +23,7 @@ Returns an array of issues. $issues = $client->api('issue')->find('KnpLabs', 'php-github-api', 'closed', 'bug'); ``` -Returns an array of closed issues matching the "bug" term. For more complex searches, use the [search api](../search.md) which supports the advanced github search syntax. +Returns an array of closed issues matching the "bug" term. For more complex searches, use the [search api](search.md) which supports the advanced github search syntax. ### Get information about an issue From 8b3050b9fe2e544149169a2d468b7e4823d67384 Mon Sep 17 00:00:00 2001 From: emersonthis Date: Wed, 5 Aug 2015 18:58:11 -0400 Subject: [PATCH 5/5] Update issues.md --- doc/issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/issues.md b/doc/issues.md index ab00f189ab9..67ff9556a4b 100644 --- a/doc/issues.md +++ b/doc/issues.md @@ -23,7 +23,7 @@ Returns an array of issues. $issues = $client->api('issue')->find('KnpLabs', 'php-github-api', 'closed', 'bug'); ``` -Returns an array of closed issues matching the "bug" term. For more complex searches, use the [search api](search.md) which supports the advanced github search syntax. +Returns an array of closed issues matching the "bug" term. For more complex searches, use the [search api](search.md) which supports the advanced GitHub search syntax. ### Get information about an issue