Skip to content

Commit 05e85cb

Browse files
authored
Merge pull request #200 from mgalexander/bug/copy-paste-correction-github
Fix typo in schema for github https:/ vs https:// in examples.
2 parents 1788c2d + c299daf commit 05e85cb

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docs/data-sources/configurations.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Commits from Git
391391
{
392392
"Chaoss": {
393393
"git": [
394-
"https:/github.com/chaoss/grimoirelab-perceval",
394+
"https://github.com/chaoss/grimoirelab-perceval",
395395
"https://<username>:<api-token>@github.com/chaoss/grimoirelab-sirmordred"
396396
]
397397
}
@@ -439,8 +439,8 @@ Issues and PRs from GitHub
439439
{
440440
"Chaoss": {
441441
"github:issue": [
442-
"https:/github.com/chaoss/grimoirelab-perceval",
443-
"https:/github.com/chaoss/grimoirelab-sirmordred"
442+
"https://github.com/chaoss/grimoirelab-perceval",
443+
"https://github.com/chaoss/grimoirelab-sirmordred"
444444
]
445445
}
446446
}
@@ -497,8 +497,8 @@ map_label = [others, bugs, enhancements]
497497
{
498498
"Chaoss": {
499499
"github:pull": [
500-
"https:/github.com/chaoss/grimoirelab-perceval",
501-
"https:/github.com/chaoss/grimoirelab-sirmordred"
500+
"https://github.com/chaoss/grimoirelab-perceval",
501+
"https://github.com/chaoss/grimoirelab-sirmordred"
502502
]
503503
}
504504
}
@@ -543,8 +543,8 @@ The number of forks, starts, and subscribers in the repository.
543543
{
544544
"Chaoss": {
545545
"github:repo": [
546-
"https:/github.com/chaoss/grimoirelab-perceval",
547-
"https:/github.com/chaoss/grimoirelab-sirmordred"
546+
"https://github.com/chaoss/grimoirelab-perceval",
547+
"https://github.com/chaoss/grimoirelab-sirmordred"
548548
]
549549
}
550550
}
@@ -632,8 +632,8 @@ The corresponding dashboards can be automatically uploaded by setting
632632
{
633633
"Chaoss": {
634634
"github2:issue": [
635-
"https:/github.com/chaoss/grimoirelab-perceval",
636-
"https:/github.com/chaoss/grimoirelab-sirmordred"
635+
"https://github.com/chaoss/grimoirelab-perceval",
636+
"https://github.com/chaoss/grimoirelab-sirmordred"
637637
]
638638
}
639639
}
@@ -675,8 +675,8 @@ nlp_rest_url = http://localhost:2901
675675
{
676676
"Chaoss": {
677677
"github2:pull": [
678-
"https:/github.com/chaoss/grimoirelab-perceval",
679-
"https:/github.com/chaoss/grimoirelab-sirmordred"
678+
"https://github.com/chaoss/grimoirelab-perceval",
679+
"https://github.com/chaoss/grimoirelab-sirmordred"
680680
]
681681
}
682682
}

0 commit comments

Comments
 (0)