Skip to content

Commit 576efc0

Browse files
ahus1mojavelinux
authored andcommitted
updating links in user manual (PR #904)
1 parent a33cbc4 commit 576efc0

20 files changed

+34
-33
lines changed

docs/_includes/ex-url.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The homepage for the Asciidoctor Project is https://asciidoctor.org.
1010

1111
Chat with other Fedora users in the irc://irc.freenode.org/#fedora[Fedora IRC channel].
1212

13-
Ask questions on the http://discuss.asciidoctor.org/[*mailing list*].
13+
Ask questions on the https://discuss.asciidoctor.org/[*mailing list*].
1414
// end::base[]
1515

1616
// tag::base-co[]
@@ -22,7 +22,7 @@ Chat with other Fedora users in the irc://irc.freenode.org/#fedora[Fedora IRC ch
2222
// end::irc[]
2323

2424
// tag::text[]
25-
Ask questions on the http://discuss.asciidoctor.org/[*mailing list*].
25+
Ask questions on the https://discuss.asciidoctor.org/[*mailing list*].
2626
// end::text[]
2727

2828
// tag::scheme[]
@@ -48,7 +48,7 @@ Let's view the raw HTML of the link:view-source:asciidoctor.org[Asciidoctor home
4848
// end::linkattrs-s[]
4949

5050
// tag::css[]
51-
Chat with other Asciidoctor users on the http://discuss.asciidoctor.org/[*mailing list*^,role=green].
51+
Chat with other Asciidoctor users on the https://discuss.asciidoctor.org/[*mailing list*^,role=green].
5252
// end::css[]
5353

5454
// tag::link[]
@@ -78,9 +78,9 @@ irc://irc.freenode.org/#fedora
7878
// end::b-scheme[]
7979

8080
// tag::b-linkattrs[]
81-
http://discuss.asciidoctor.org[Discuss Asciidoctor,role=external,window=_blank]
81+
https://discuss.asciidoctor.org[Discuss Asciidoctor,role=external,window=_blank]
8282

83-
http://discuss.asciidoctor.org[Discuss Asciidoctor^]
83+
https://discuss.asciidoctor.org[Discuss Asciidoctor^]
8484

8585
https://example.org["Google, Yahoo, Bing^",role=teal]
8686
// end::b-linkattrs[]

docs/_includes/html-styles.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ If you don't want any styles applied to the HTML output of your document, unset
3939

4040
$ asciidoctor -a stylesheet! mysample.adoc
4141

42-
One of Asciidoctor's strengths is the ease in which you can swap the default stylesheet for an <<user-manual#stylesheet-factory,alternative Asciidoctor theme>> or use your own <<user-manual#custom-themes,custom stylesheet>>.
42+
One of Asciidoctor's strengths is the ease in which you can swap the default stylesheet for an <<user-manual#stylesheet-factory,alternative Asciidoctor theme>> or use your own <<user-manual#applying-a-theme,custom stylesheet>>.

docs/_includes/image-sizing.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ image::image.jpg[{half-size}]
149149
----
150150

151151
In addition to providing consistency across your document, this technique will help insulate you from future changes.
152-
For a more detailed example, see http://discuss.asciidoctor.org/Unit-of-measure-for-image-dimensions-td3040.html#a3222[this thread] on the discussion list.
152+
For a more detailed example, see https://discuss.asciidoctor.org/Unit-of-measure-for-image-dimensions-td3040.html#a3222[this thread] on the discussion list.

docs/_includes/include-list-content.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Here's an example of how to include complex content from another file into a lis
3131
--
3232
----
3333

34-
See <<user-manual.adoc##dropping-the-principal-text>> for another example of this technique.
34+
See <<user-manual.adoc#dropping-the-principal-text>> for another example of this technique.

docs/_includes/sum-url.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ Since 1.5.7, attributes are parsed automatically if an equal sign is found after
1717

1818
|window
1919
|blank
20-
|$$http://discuss.asciidoctor.org[Discuss Asciidoctor,window=_blank]$$
20+
|$$https://discuss.asciidoctor.org[Discuss Asciidoctor,window=_blank]$$
2121
|The blank window target can also be specified using `^` at the end of the link text.
2222

2323
|window
2424
|$$^$$
25-
|$$http://example.org["Google, Yahoo, Bing^"]$$ and $$http://discuss.asciidoctor.org[Discuss Asciidoctor^]$$
25+
|$$http://example.org["Google, Yahoo, Bing^"]$$ and $$https://discuss.asciidoctor.org[Discuss Asciidoctor^]$$
2626
|
2727

2828
|role
2929
|CSS classes available to inline elements
30-
|$$http://discuss.asciidoctor.org[Discuss Asciidoctor,role=teal]$$
30+
|$$https://discuss.asciidoctor.org[Discuss Asciidoctor,role=teal]$$
3131
|
3232

3333
|id

docs/asciidoc-asciidoctor-diffs.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif::[]
1717
:writersref: {docref}/asciidoc-writers-guide
1818
:convertref: {docref}/convert-documents
1919
:buildref: https://github.com/asciidoctor/asciidoctor-stylesheet-factory/blob/master/README.adoc
20-
:mailinglist: http://discuss.asciidoctor.org
20+
:mailinglist: https://discuss.asciidoctor.org
2121

2222
Asciidoctor aims to be compliant with the AsciiDoc syntax, but there are some differences to keep in mind.
2323
Many of these differences exist so that Asciidoctor can:

docs/asciidoc-syntax-quick-reference.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ endif::[]
4545
:uri-mono: {user}#mono
4646
:uri-css: {user}#custom-styling-with-attributes
4747
:uri-pass: {user}#pass-macros
48-
:uri-mailinglist: http://discuss.asciidoctor.org
48+
:uri-mailinglist: https://discuss.asciidoctor.org
4949
:uri-char-xml: https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
5050
:uri-data-uri: https://developer.mozilla.org/en-US/docs/data_URIs
5151

docs/asciidoctor-gradle-plugin.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:page-layout: docs
88
:uri-project-repo: https://github.com/asciidoctor/asciidoctor-gradle-plugin
99
:uri-project-tracker: {uri-project-repo}/issues
10-
:uri-discuss: http://discuss.asciidoctor.org
10+
:uri-discuss: https://discuss.asciidoctor.org
1111
include::https://cdn.jsdelivr.net/gh/asciidoctor/asciidoctor-gradle-plugin@{gitref}/README.adoc[]
1212

1313
[appendix]

docs/asciidoctor-maven-plugin.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ include::https://cdn.jsdelivr.net/gh/asciidoctor/asciidoctor-maven-plugin@{gitre
1515
If you're interested in modifying or improving this plugin, checkout the link:/docs/hack-asciidoctor-maven-plugin[Hacking on the Asciidoctor Maven plugin guide].
1616
To report an issue with this plugin, please use the https://github.com/asciidoctor/asciidoctor-maven-plugin/issues[issue tracker].
1717

18-
Also, don't forget to join the http://discuss.asciidoctor.org[Asciidoctor discussion list], where you can ask questions and leave comments.
18+
Also, don't forget to join the https://discuss.asciidoctor.org[Asciidoctor discussion list], where you can ask questions and leave comments.

docs/asciidoctor-revealjs.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ include::https://cdn.jsdelivr.net/gh/asciidoctor/asciidoctor-reveal.js@{gitref}/
1111

1212
If you encounter a bug or need additional reveal.js features ported to this converter, visit the {uri-project-repo}/issues[issue tracker] and file an issue.
1313

14-
If you have questions or would like to help develop this project, please join the http://discuss.asciidoctor.org[Asciidoctor discussion list].
14+
If you have questions or would like to help develop this project, please join the https://discuss.asciidoctor.org[Asciidoctor discussion list].

docs/convert-documents.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Dan Allen; Sarah White
1818
:quick-ref: {docref}/asciidoc-syntax-quick-reference
1919
:build-ref: {docref}/produce-custom-themes-using-asciidoctor-stylesheet-factory/
2020
:showcase-ref: http://themes.asciidoctor.org/
21-
:discuss-ref: http://discuss.asciidoctor.org
21+
:discuss-ref: https://discuss.asciidoctor.org
2222

2323
This guide introduces the Asciidoctor processor and the output formats it produces.
2424
You will learn how to:

docs/faq.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The last converter bound to a backend wins.
5353

5454
A https://en.wikipedia.org/wiki/Media_type[media type], or MIME type, is a code for identifying file formats and format contents transmitted on the Internet.
5555

56-
The first idea for an official MIME type for AsciiDoc came from the http://discuss.asciidoctor.org/Mimetype-for-Asciidoc-td211.html[Mimetype for AsciiDoc] discussion on the Asciidoctor mailinglist:
56+
The first idea for an official MIME type for AsciiDoc came from the https://discuss.asciidoctor.org/Mimetype-for-Asciidoc-td211.html[Mimetype for AsciiDoc] discussion on the Asciidoctor mailinglist:
5757

5858
text/x-asciidoc
5959

docs/hack-asciidoctor-maven-plugin.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Jason Porter
44
ifndef::env-site[:toc: left]
55
:repo-ref: https://github.com/asciidoctor/asciidoctor-maven-plugin
66
:issues-ref: https://github.com/asciidoctor/asciidoctor-maven-plugin/issues
7-
:discuss-ref: http://discuss.asciidoctor.org
7+
:discuss-ref: https://discuss.asciidoctor.org
88
:asciidoc-ref: http://asciidoc.org
99
:maven-ref: https://maven.apache.org
1010
:docs-ref: link:/docs

docs/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Follow the links on this page to learn about the AsciiDoc markup language, Asciidoctor toolchain and the Asciidoctor integrations.
1010
You'll also find tips on how to be most productive when writing with the AsciiDoc syntax.
1111

12-
TIP: Can't find the information you need? Reach out to project members and users via the http://discuss.asciidoctor.org/[discussion list] or the https://gitter.im/asciidoctor/asciidoctor[asciidoctor/asciidoctor Gitter channel].
12+
TIP: Can't find the information you need? Reach out to project members and users via the https://discuss.asciidoctor.org/[discussion list] or the https://gitter.im/asciidoctor/asciidoctor[asciidoctor/asciidoctor Gitter channel].
1313

1414
== The Basics
1515

docs/install-toolchain.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif::[]
2020
:user-ref: {docref}/user-manual
2121
:convert-ref: {docref}/convert-documents
2222
:build-ref: {docref}/produce-custom-themes-using-asciidoctor-stylesheet-factory/
23-
:mailinglist: http://discuss.asciidoctor.org
23+
:mailinglist: https://discuss.asciidoctor.org
2424

2525
// Bruce Wolfe [email protected] 2013-04-26 Issue #284 - Asciidoctor update instructions
2626

docs/produce-custom-themes-using-asciidoctor-stylesheet-factory.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ endif::[]
1212
:factory-ref: https://github.com/asciidoctor/asciidoctor-stylesheet-factory
1313
:showcase-ref: http://themes.asciidoctor.org/preview/
1414
:compass-ref: http://compass-style.org
15-
:sass-ref: http://sass-lang.com
15+
:sass-ref: https://sass-lang.com
1616
:uri-foundation: https://foundation.zurb.com
1717
:get-ruby-ref: https://www.ruby-lang.org/en/downloads
1818
:bundler-ref: https://rubygems.org/gems/bundler
1919
:convert-ref: {docref}/convert-documents
2020
:quick-ref: {docref}/asciidoc-syntax-quick-reference
2121
:user-ref: {docref}/user-manual
2222
:revealjs-ref: {docref}/asciidoctor-revealjs
23-
:discuss-ref: http://discuss.asciidoctor.org/
23+
:discuss-ref: https://discuss.asciidoctor.org/
2424

2525
The {factory-ref}[Asciidoctor stylesheet factory] is where themes are developed for styling your documents.
2626
Specifically, these stylesheets can be used to quickly customize the look and feel of HTML 5 documents generated by Asciidoctor.

docs/user-manual.adoc

+7-6
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Dan Allen
8888
:guard-doc-ref: https://github.com/asciidoctor/guard-asciidoc/blob/master/README.asciidoc
8989
:backend-git: https://github.com/asciidoctor/asciidoctor-backends
9090
:compass-ref: http://compass-style.org
91-
:sass-ref: http://sass-lang.com
91+
:sass-ref: https://sass-lang.com
9292
:uri-foundation: https://foundation.zurb.com
9393
:get-ruby-ref: https://www.ruby-lang.org/en/downloads
9494
:bundler-ref: https://rubygems.org/gems/bundler
@@ -102,11 +102,11 @@ Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Dan Allen
102102
:contributors: https://github.com/asciidoctor/asciidoctor/graphs/contributors
103103
:gitscm-next: https://github.com/github/gitscm-next
104104
:seed-contribution: https://github.com/github/gitscm-next/commits/master/lib/asciidoc.rb
105-
:uri-asciimath: https://docs.mathjax.org/en/latest/asciimath.html
106-
:uri-latexmath: https://docs.mathjax.org/en/latest/tex.html
105+
:uri-asciimath: http://docs.mathjax.org/en/latest/input/asciimath.html
106+
:uri-latexmath: http://docs.mathjax.org/en/latest/input/tex/index.html
107107
:uri-mathjax: https://www.mathjax.org
108108
:uri-mathjax-docs: https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference
109-
:uri-mailinglist: http://discuss.asciidoctor.org
109+
:uri-mailinglist: https://discuss.asciidoctor.org
110110
:uri-ad-org-issues: https://github.com/asciidoctor/asciidoctor.org/issues
111111
:uri-asciidoctorj: {uri-org}/asciidoctorj
112112
:uri-asciidoctorjs: {uri-org}/asciidoctor.js
@@ -1236,9 +1236,10 @@ include::{includedir}/secure-attr.adoc[]
12361236
--
12371237
Asciidoctor provides a default stylesheet and built-in converters so you can quickly process and convert your document, but it also lets you use custom stylesheets and converters.
12381238
The Asciidoctor project includes alternative stylesheet themes from <<stylesheet-factory,the stylesheet factory>> and <<slide-decks,specialized backends>>.
1239-
You can also create your own <<custom-themes,themes>> and <<custom-backends,backends>>.
1239+
You can also create your own <<applying-a-theme,themes>> and <<custom-backends,backends>>.
12401240
--
12411241

1242+
[#applying-a-theme]
12421243
== Applying a Theme
12431244

12441245
include::{includedir}/apply-theme.adoc[]
@@ -1465,7 +1466,7 @@ include::{includedir}/asciidoctor-ant.adoc[]
14651466
Using the {uri-org}/asciidoclet[Asciidoctor doclet], you can write your Javadoc comments using all the features of {adr} including tables, lists, code examples with syntax highlighting, and pictures.
14661467

14671468
If you want to incorporate your Javadoc into another document instead, there is an experimental doclet that exports them to AsciiDoc files.
1468-
See the https://github.com/johncarl81/exportdoclet[exportdoclet project] and the http://discuss.asciidoctor.org/Export-Javadoc-strings-td4172.html[related discussion thread] for details.
1469+
See the https://github.com/johncarl81/exportdoclet[exportdoclet project] and the https://discuss.asciidoctor.org/Export-Javadoc-strings-td4172.html[related discussion thread] for details.
14691470

14701471
== JavaScript
14711472

news/asciidoctor-js-1-5-0-released.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,5 @@ We also want to thank Anthonny Quérouil for crafting a Grunt build to compile,
216216
Thanks to everyone who tested Asciidoctor.js, either directly or by using the tools.
217217
Your participation has helped Asciidoctor.js become the real deal!
218218

219-
If you have questions or feedback, we encourage you to participate in the http://discuss.asciidoctor.org[discussion list].
219+
If you have questions or feedback, we encourage you to participate in the https://discuss.asciidoctor.org[discussion list].
220220
Talk to you there!

news/plain-text-diagrams-in-asciidoctor.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif::[]
1111
:asciidoctor-uri: http://asciidoctor.org
1212
:asciidoctor-diagram-uri: https://github.com/asciidoctor/asciidoctor-diagram
1313
:examples-uri: {asciidoctor-diagram-uri}/blob/master/examples/features.adoc
14-
:discuss-uri: http://discuss.asciidoctor.org
14+
:discuss-uri: https://discuss.asciidoctor.org
1515
:issues-uri: {asciidoctor-diagram-uri}/issues
1616

1717
You write in plain text.

release-notes/asciidoctor-1-5-0.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ifndef::imagesdir[:imagesdir: ../images]
2020
:uri-manual: {uri-docs}/user-manual
2121
:uri-migrate: {uri-docs}/migration/
2222
:uri-mathjax: http://www.mathjax.org
23-
:uri-asciimath: http://docs.mathjax.org/en/latest/asciimath.html
24-
:uri-latexmath: http://docs.mathjax.org/en/latest/tex.html
23+
:uri-asciimath: http://docs.mathjax.org/en/latest/input/asciimath.html
24+
:uri-latexmath: http://docs.mathjax.org/en/latest/input/tex/index.html
2525
:uri-docbook5: http://www.docbook.org/specs/docbook-5.0-spec-cs-01.html
2626
:uri-xhtml5: http://www.w3.org/TR/html5/introduction.html#html-vs-xhtml
2727
:uri-asciidoctor-diagram: https://github.com/asciidoctor/asciidoctor-diagram

0 commit comments

Comments
 (0)