Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/documentation/master/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Add the repositories:

repositories {
mavenCentral()
maven { url "http://dl.bintray.com/andimarek/graphql-java" }
maven { url "https://dl.bintray.com/andimarek/graphql-java" }
}
{{< / highlight >}}

Expand Down Expand Up @@ -133,7 +133,7 @@ Add the repository:
</snapshots>
<id>bintray-andimarek-graphql-java</id>
<name>bintray</name>
<url>http://dl.bintray.com/andimarek/graphql-java</url>
<url>https://dl.bintray.com/andimarek/graphql-java</url>
</repository>
{{< / highlight >}}

Expand Down
4 changes: 2 additions & 2 deletions content/documentation/v10/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Add the repositories:
{{< highlight groovy "linenos=table" >}}
repositories {
mavenCentral()
maven { url "http://dl.bintray.com/andimarek/graphql-java" }
maven { url "https://dl.bintray.com/andimarek/graphql-java" }
}
{{< / highlight >}}

Expand All @@ -126,7 +126,7 @@ Add the repository:
</snapshots>
<id>bintray-andimarek-graphql-java</id>
<name>bintray</name>
<url>http://dl.bintray.com/andimarek/graphql-java</url>
<url>https://dl.bintray.com/andimarek/graphql-java</url>
</repository>
{{< / highlight >}}

Expand Down
4 changes: 2 additions & 2 deletions content/documentation/v11/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Add the repositories:
{{< highlight groovy "linenos=table" >}}
repositories {
mavenCentral()
maven { url "http://dl.bintray.com/andimarek/graphql-java" }
maven { url "https://dl.bintray.com/andimarek/graphql-java" }
}
{{< / highlight >}}

Expand All @@ -126,7 +126,7 @@ Add the repository:
</snapshots>
<id>bintray-andimarek-graphql-java</id>
<name>bintray</name>
<url>http://dl.bintray.com/andimarek/graphql-java</url>
<url>https://dl.bintray.com/andimarek/graphql-java</url>
</repository>
{{< / highlight >}}

Expand Down
4 changes: 2 additions & 2 deletions content/documentation/v12/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Add the repositories:

repositories {
mavenCentral()
maven { url "http://dl.bintray.com/andimarek/graphql-java" }
maven { url "https://dl.bintray.com/andimarek/graphql-java" }
}
{{< / highlight >}}

Expand Down Expand Up @@ -133,7 +133,7 @@ Add the repository:
</snapshots>
<id>bintray-andimarek-graphql-java</id>
<name>bintray</name>
<url>http://dl.bintray.com/andimarek/graphql-java</url>
<url>https://dl.bintray.com/andimarek/graphql-java</url>
</repository>
{{< / highlight >}}

Expand Down
4 changes: 2 additions & 2 deletions content/documentation/v13/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Add the repositories:

repositories {
mavenCentral()
maven { url "http://dl.bintray.com/andimarek/graphql-java" }
maven { url "https://dl.bintray.com/andimarek/graphql-java" }
}
{{< / highlight >}}

Expand Down Expand Up @@ -133,7 +133,7 @@ Add the repository:
</snapshots>
<id>bintray-andimarek-graphql-java</id>
<name>bintray</name>
<url>http://dl.bintray.com/andimarek/graphql-java</url>
<url>https://dl.bintray.com/andimarek/graphql-java</url>
</repository>
{{< / highlight >}}

Expand Down
4 changes: 2 additions & 2 deletions content/documentation/v14/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Add the repositories:

repositories {
mavenCentral()
maven { url "http://dl.bintray.com/andimarek/graphql-java" }
maven { url "https://dl.bintray.com/andimarek/graphql-java" }
}
{{< / highlight >}}

Expand Down Expand Up @@ -133,7 +133,7 @@ Add the repository:
</snapshots>
<id>bintray-andimarek-graphql-java</id>
<name>bintray</name>
<url>http://dl.bintray.com/andimarek/graphql-java</url>
<url>https://dl.bintray.com/andimarek/graphql-java</url>
</repository>
{{< / highlight >}}

Expand Down
4 changes: 2 additions & 2 deletions content/documentation/v9/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Add the repositories:
{{< highlight groovy "linenos=table" >}}
repositories {
mavenCentral()
maven { url "http://dl.bintray.com/andimarek/graphql-java" }
maven { url "https://dl.bintray.com/andimarek/graphql-java" }
}
{{< / highlight >}}

Expand All @@ -126,7 +126,7 @@ Add the repository:
</snapshots>
<id>bintray-andimarek-graphql-java</id>
<name>bintray</name>
<url>http://dl.bintray.com/andimarek/graphql-java</url>
<url>https://dl.bintray.com/andimarek/graphql-java</url>
</repository>
{{< / highlight >}}

Expand Down