Skip to content

Commit 3a7d19b

Browse files
committed
use https on links to build/dev.clojure.org
1 parent 7aed72e commit 3a7d19b

7 files changed

Lines changed: 19 additions & 19 deletions

File tree

content/community/contributing.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ The CA does not change the rights or responsibilities of the Clojure community u
1919

2020
== Making a contribution
2121

22-
Before you invest time working on a change, discuss what you're trying to do with others on the https://groups.google.com/group/clojure-dev[Clojure Dev Google group]. They're likely to be able to offer comments and suggestions that will result in a higher-quality change and a smoother submission process. Announcing that you're working on a particular item can also help to avoid wasted effort in case someone else is already working on it. Once you've submitted the CA, you can http://dev.clojure.org/jira/browse/CLJ[submit patches via JIRA]. Frequent and trusted contributors of more substantial libraries may be granted committer membership in the Clojure contrib projects.
22+
Before you invest time working on a change, discuss what you're trying to do with others on the https://groups.google.com/group/clojure-dev[Clojure Dev Google group]. They're likely to be able to offer comments and suggestions that will result in a higher-quality change and a smoother submission process. Announcing that you're working on a particular item can also help to avoid wasted effort in case someone else is already working on it. Once you've submitted the CA, you can https://dev.clojure.org/jira/browse/CLJ[submit patches via JIRA]. Frequent and trusted contributors of more substantial libraries may be granted committer membership in the Clojure contrib projects.
2323

24-
Please see the http://dev.clojure.org/display/community/Contributing[Contributing] wiki for a collection of resources on tickets, builds, patches, source, and more. If you'd like to submit a patch, please follow these guidelines on the http://dev.clojure.org/display/community/JIRA+workflow[preferred process for submitting].
24+
Please see the https://dev.clojure.org/display/community/Contributing[Contributing] wiki for a collection of resources on tickets, builds, patches, source, and more. If you'd like to submit a patch, please follow these guidelines on the https://dev.clojure.org/display/community/JIRA+workflow[preferred process for submitting].
2525

2626
[[contributors]]
2727
== Contributors

content/community/downloads.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
2121

2222
== Clojure Source
2323

24-
Clojure source code is hosted at https://github.com/clojure/clojure[github.com/clojure/clojure]. Builds of the very latest version of Clojure's master branch are available at https://oss.sonatype.org/content/repositories/snapshots/org/clojure/clojure/1.9.0-master-SNAPSHOT/[build.clojure.org].
24+
Clojure source code is hosted at https://github.com/clojure/clojure[github.com/clojure/clojure]. Builds of the very latest version of Clojure's master branch are available at https://oss.sonatype.org/content/repositories/snapshots/org/clojure/clojure/1.9.0-master-SNAPSHOT/[oss.sonatype.org].
2525

2626
== Get Clojure via Leiningen
2727

@@ -34,6 +34,6 @@ Modify the dependencies and repositories sections of your https://leiningen.org/
3434
----
3535
== Where did Clojure Contrib go?
3636

37-
If you are migrating from a pre-1.3 version of Clojure, please see http://dev.clojure.org/display/community/Where+Did+Clojure.Contrib+Go[this page] for migration help regarding old contrib libraries.
37+
If you are migrating from a pre-1.3 version of Clojure, please see https://dev.clojure.org/display/community/Where+Did+Clojure.Contrib+Go[this page] for migration help regarding old contrib libraries.
3838

3939
== <<downloads_older#,Older Releases>>

content/community/libraries.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
1111

1212
Clojure Contrib is a collection of libraries managed with the same Contributor Agreement, license, and development workflow as Clojure itself. Code in Clojure Contrib can be considered for inclusion in newer versions of Clojure.
1313

14-
Clojure Contrib library code is hosted on https://github.com/clojure[Github]. Design and issue tracking are via http://dev.clojure.org/display/doc/Clojure+Contrib[Confluence] and JIRA.
14+
Clojure Contrib library code is hosted on https://github.com/clojure[Github]. Design and issue tracking are via https://dev.clojure.org/display/doc/Clojure+Contrib[Confluence] and JIRA.
1515

16-
Prior to Clojure 1.3, Contrib was packaged as a single monolithic JAR. If you are migrating from a pre-1.3 version of Clojure, please see http://dev.clojure.org/display/community/Where+Did+Clojure.Contrib+Go[this page] for migration help regarding old contrib libraries.
16+
Prior to Clojure 1.3, Contrib was packaged as a single monolithic JAR. If you are migrating from a pre-1.3 version of Clojure, please see https://dev.clojure.org/display/community/Where+Did+Clojure.Contrib+Go[this page] for migration help regarding old contrib libraries.
1717

1818
== Leiningen
1919

2020
The vast majority of Clojure developers use https://github.com/technomancy/leiningen[Leiningen] to create and manage Clojure projects.
2121

2222
== IDEs and Developer Tools
2323

24-
Community volunteers maintain http://dev.clojure.org/display/doc/getting+started[Getting Started] documentation for a number of different developer tools.
24+
Community volunteers maintain https://dev.clojure.org/display/doc/getting+started[Getting Started] documentation for a number of different developer tools.
2525

2626
== Finding Libraries
2727

content/community/resources.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
1212
* https://groups.google.com/group/clojure[Clojure Google Group]
1313
* #clojure IRC channel on https://freenode.net[freenode.net]
1414
* http://clojurians.net[Clojurians Slack Chat]
15-
* http://dev.clojure.org/display/community/Clojure+User+Groups[Clojure User Groups]
15+
* https://dev.clojure.org/display/community/Clojure+User+Groups[Clojure User Groups]
1616
* http://planet.clojure.in/[Planet Clojure] blog aggregator
17-
* http://dev.clojure.org/display/community/Home[Community Wiki]
18-
* http://dev.clojure.org/display/doc/Home[Documentation Wiki]
19-
* http://dev.clojure.org/display/design/Home[Design Wiki]
17+
* https://dev.clojure.org/display/community/Home[Community Wiki]
18+
* https://dev.clojure.org/display/doc/Home[Documentation Wiki]
19+
* https://dev.clojure.org/display/design/Home[Design Wiki]
2020

2121
== Tutorials and Learning Materials
2222

@@ -27,7 +27,7 @@ Official:
2727
* <<xref/../../reference/documentation#,Clojure Reference Docs>> - official reference information
2828
* <<xref/../../api/cheatsheet#,Clojure Cheatsheet>> - helpful categorization of most core functions
2929
* Source - https://github.com/clojure/clojure[Clojure], https://github.com/clojure/clojurescript[ClojureScript], https://github.com/clojure/clojure-clr[ClojureCLR]
30-
* Issues - http://dev.clojure.org/jira/browse/CLJ[Clojure], http://dev.clojure.org/jira/browse/CLJS[ClojureScript], http://dev.clojure.org/jira/browse/CLJCLR[ClojureCLR]
30+
* Issues - https://dev.clojure.org/jira/browse/CLJ[Clojure], https://dev.clojure.org/jira/browse/CLJS[ClojureScript], https://dev.clojure.org/jira/browse/CLJCLR[ClojureCLR]
3131

3232
Community:
3333

@@ -76,7 +76,7 @@ Video training (commercial):
7676

7777
== Clojure Tools
7878

79-
Community volunteers maintain http://dev.clojure.org/display/doc/getting+started[Getting Started] documentation for a number of different tools and approaches. Some of the most commonly used tools include:
79+
Community volunteers maintain https://dev.clojure.org/display/doc/getting+started[Getting Started] documentation for a number of different tools and approaches. Some of the most commonly used tools include:
8080

8181
* https://leiningen.org/[Leiningen] - an extensible build tool that provides dependency management, REPL support, testing, packaging, deployment, and many other capabilities.
8282
* http://boot-clj.com/[Boot] - build tooling for Clojure: instead of a special-purpose DSL, Boot supplies abstractions and libraries you can use to automate nearly any build scenario with the full power of the Clojure language

content/news/2011/07/22/introducing-clojurescript.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Some parts of the Clojure language have no direct analog in ClojureScript, in pa
4545

4646
Obviously, any code making interop calls to Java, as most existing Clojure libraries do, will not work in ClojureScript. Code written in pure Clojure will **probably** work in ClojureScript with minor adjustments. For example, https://github.com/clojure/clojure/blob/master/src/clj/clojure/zip.clj[clojure.zip in Clojure] and https://github.com/clojure/clojurescript/blob/master/src/cljs/clojure/zip.cljs[clojure.zip in ClojureScript] are nearly identical. With a little effort, purely algorithmic code can be made portable between implementations. However, trying to abstract over all the differences among host platforms has never been a goal of Clojure, nor will it be a goal of ClojureScript.
4747

48-
We have a http://dev.clojure.org/jira/browse/CLJS[ClojureScript JIRA instance] set up to track bugs. As with Clojure itself, submitting patches requires signing the <<xref/../../../../../community/contributing#,Clojure Contributor Agreement>>. We can only accept patches through JIRA, not GitHub pull requests.
48+
We have a https://dev.clojure.org/jira/browse/CLJS[ClojureScript JIRA instance] set up to track bugs. As with Clojure itself, submitting patches requires signing the <<xref/../../../../../community/contributing#,Clojure Contributor Agreement>>. We can only accept patches through JIRA, not GitHub pull requests.
4949

5050
== The Relationship to Google Closure
5151

content/news/2012/02/17/clojure-governance.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The first big issue Clojure/core had to confront was the distribution of clojure
4343

4444
My attempts at https://github.com/clojure/clojure-contrib/commit/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5[modularizing clojure-contrib within a single Git repository] failed to improve the situation. Eventually, we settled on the solution of separate Git repositories for each library. This was a huge amount of work: dozens of repositories to create and hundreds of files to move. Many of the contrib libraries were stagnant, their original authors lacking time to continue working on them.
4545

46-
Finally, almost a year later, the situation has stabilized: http://dev.clojure.org/display/doc/Clojure%2BContrib[28 libraries], each with its own Git repository, test suite, http://build.clojure.org/[continuous integration], and independent release cycle. The overall code quality is higher and development is moving forward again.
46+
Finally, almost a year later, the situation has stabilized: https://dev.clojure.org/display/doc/Clojure%2BContrib[28 libraries], each with its own Git repository, test suite, https://build.clojure.org/[continuous integration], and independent release cycle. The overall code quality is higher and development is moving forward again.
4747

4848
It was a painful transition for everyone, not least for those of us trying to manage it all and bear the brunt of the inevitable carping. On top of everything else, the whole process overlapped with the release of Clojure 1.3, the first release to break backwards-compatibility in noticeable ways (non-dynamic Vars as a default, long/double as default numeric types).
4949

@@ -64,11 +64,11 @@ Conversely, the decision to move some libraries into the language, notably my te
6464

6565
If there was one mistake that I personally made during the 1.3 migration, it was speaking as if Clojure/core *owned* Clojure and clojure-contrib. We don't: Clojure is owned by Rich Hickey, and clojure-contrib is owned jointly by Rich Hickey and contributors. But we *are* the appointed stewards (and Stuarts!) of the open-source Clojure ecosystem. In that role, we have to make decisions about what we choose to invest time in supporting. Given limited time, and following Rich's conservative position on new features, that decision is usually "no."
6666

67-
It's a difficult position to be in. Most of Clojure/core's members come from the free-wheeling, fast-paced open-source world of Ruby on Rails. We really don't enjoy saying "no" all the time. But a conservative attitude toward new features is exactly the reason Clojure is so stable. Patches don't get into the language until they have been http://dev.clojure.org/display/design/JIRA%2Bworkflow[reviewed by at least three people], one of them Rich Hickey. New libraries don't get added to http://dev.clojure.org/display/design/Clojure%2BContrib[clojure-contrib] without multiple mailing-list discussions. None of the new contrib libraries has reached the http://dev.clojure.org/display/design/Contrib%2B1.0.0%2BReleases[1.0.0 milestone], and probably won't for some time. These hurdles are not arbitrary; they are an attempt to guarantee that new additions to Clojure reflect the same consideration and careful design that Rich invested in the original implementation.
67+
It's a difficult position to be in. Most of Clojure/core's members come from the free-wheeling, fast-paced open-source world of Ruby on Rails. We really don't enjoy saying "no" all the time. But a conservative attitude toward new features is exactly the reason Clojure is so stable. Patches don't get into the language until they have been https://dev.clojure.org/display/design/JIRA%2Bworkflow[reviewed by at least three people], one of them Rich Hickey. New libraries don't get added to https://dev.clojure.org/display/design/Clojure%2BContrib[clojure-contrib] without multiple mailing-list discussions. None of the new contrib libraries has reached the https://dev.clojure.org/display/design/Contrib%2B1.0.0%2BReleases[1.0.0 milestone], and probably won't for some time. These hurdles are not arbitrary; they are an attempt to guarantee that new additions to Clojure reflect the same consideration and careful design that Rich invested in the original implementation.
6868

6969
So what is clojure-contrib today? It's a curated set of libraries whose ownership and licensing is governed by the Clojure Contributor Agreement. It could also serve as a proving ground for new features in the language, but this does not imply that every contrib library will eventually make it into the language.
7070

71-
With the expansion of contrib, we've given name to another layer of organization: *Clojure/dev*. Clojure/dev is the set of all people who have signed the Clojure Contributor Agreement. This entitles them to participate in discussions on the http://groups.google.com/group/clojure-dev[clojure-dev mailing list], submit patches on http://dev.clojure.org/jira[JIRA], and become committers on contrib libraries. Within Clojure/dev is the smaller set of people who have been tasked with screening Clojure language tickets. Clojure/core overlaps with both groups.
71+
With the expansion of contrib, we've given name to another layer of organization: *Clojure/dev*. Clojure/dev is the set of all people who have signed the Clojure Contributor Agreement. This entitles them to participate in discussions on the http://groups.google.com/group/clojure-dev[clojure-dev mailing list], submit patches on https://dev.clojure.org/jira[JIRA], and become committers on contrib libraries. Within Clojure/dev is the smaller set of people who have been tasked with screening Clojure language tickets. Clojure/core overlaps with both groups.
7272

7373
image::/images/content/news/2012-02-17/clojure-community-layers.png[Diagram showing layers of the Clojure community]
7474

content/reference/repl_and_main.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ Connection closed by foreign host.
153153

154154
Also see:
155155

156-
* http://dev.clojure.org/jira/browse/CLJ-1671[CLJ-1671]
157-
* http://dev.clojure.org/display/design/Socket+Server+REPL[Socket REPL design page]
156+
* https://dev.clojure.org/jira/browse/CLJ-1671[CLJ-1671]
157+
* https://dev.clojure.org/display/design/Socket+Server+REPL[Socket REPL design page]
158158

159159
== Related functions
160160

0 commit comments

Comments
 (0)