diff --git a/docs/user/book.css b/docs/user/book.css
index d6102a8646..02ed801227 100644
--- a/docs/user/book.css
+++ b/docs/user/book.css
@@ -10,7 +10,7 @@
* John Scipione, jscipione@gmail.com
*/
-/* color names provided by: http://chir.ag/projects/name-that-color */
+/* color names provided by: https://chir.ag/projects/name-that-color */
html {
overflow-x: hidden;
@@ -146,7 +146,7 @@ h4 a:hover, a:active, h5 a:hover, a:active, h6 a:hover, a:active {
}
#banner div.logo {
- background: url('http://api.haiku-os.org/logo.png') no-repeat scroll 0 0 transparent;
+ background: url('https://api.haiku-os.org/logo.png') no-repeat scroll 0 0 transparent;
width: 59em;
height: 100%;
margin: 0 auto;
@@ -377,24 +377,24 @@ dl.note dd, dl.remark dd, dl.warning dd, dl.attention dd {
dl.note {
/* rice flower */
- background:#e4ffde url('http://haiku-os.org/sites/haiku-os.org/themes/shijin/haiku-icons/alert_info_32.png') 15px 15px no-repeat;
+ background:#e4ffde url('https://haiku-os.org/sites/haiku-os.org/themes/shijin/haiku-icons/alert_info_32.png') 15px 15px no-repeat;
border-color: #94ce18; /* lima */
}
dl.remark {
- background: #f3f3f3 url('http://api.haiku-os.org/images/alert_idea_32.png') 15px 15px no-repeat;
+ background: #f3f3f3 url('https://api.haiku-os.org/images/alert_idea_32.png') 15px 15px no-repeat;
border-color: #c0c0c0; /* silver */
}
dl.warning {
/* lemon chiffon */
- background: #fffbc6 url('http://api.haiku-os.org/images/alert_warning_32.png') 15px 15px no-repeat;
+ background: #fffbc6 url('https://api.haiku-os.org/images/alert_warning_32.png') 15px 15px no-repeat;
border-color: #eed300; /* gold */
}
dl.attention {
/* fair pink */
- background: #ffeae6 url('http://api.haiku-os.org/images/alert_stop_32.png') 15px 15px no-repeat;
+ background: #ffeae6 url('https://api.haiku-os.org/images/alert_stop_32.png') 15px 15px no-repeat;
border-color: red;
}
diff --git a/docs/user/book.dox b/docs/user/book.dox
index 824d1a0bfc..2209da5f3f 100644
--- a/docs/user/book.dox
+++ b/docs/user/book.dox
@@ -5,9 +5,9 @@
Interface (API) of the Haiku operating system. This API describes
the internals of the operating system allowing developers to write
native C++ applications and device drivers. See the
- online version for the most
+ online version for the most
updated version of this document. If you would like to help contribute
- contact the documentation
+ contact the documentation
mailing list. For guidelines on how to help document the API see
the \link apidoc Documenting the API\endlink page. A list of
contributors can be found \ref credits page. Documenting the API is
@@ -20,9 +20,9 @@
appropriate sections.
A complete reference to the BeOS R5 API is available on the web in
- The Be Book.
+ The Be Book.
The Be Book is used with permission from
- Access Co., the current
+ Access Co., the current
owners of Be's intellectual property.
\section kits Kits and Servers
@@ -167,7 +167,7 @@
\brief The Midi Kit is the API that implements support for generating,
processing, and playing music in MIDI format.
- MIDI, which stands for 'Musical
+ MIDI, which stands for 'Musical
Instrument Digital Interface', is a well-established standard for
representing and communicating musical data. This document serves as
an overview. If you would like to see all the components, please look
@@ -413,7 +413,7 @@ snooze_until(time - Latency(), B_SYSTEM_TIMEBASE);
of events from more than one producer to one consumer at the same time.
The article Introduction to MIDI, Part 2 in OpenBeOS
+ HREF="https://open-beos.sourceforge.net/nsl.php?mode=display&id=36">OpenBeOS
Newsletter 36 describes this problem in more detail, and provides a
solution. Go read it now!
@@ -454,19 +454,19 @@ snooze_until(time - Latency(), B_SYSTEM_TIMEBASE);
- \ref Midi2Defs.h
- Be Newsletter Volume 3, Issue 47 - Motor Mix sample code
- Be Newsletter Volume 4, Issue 3 - Overview of the new kit
- - Newsletter
+ - Newsletter
33, Introduction to MIDI, Part 1
- - Newsletter
+ - Newsletter
36, Introduction to MIDI, Part 2
- Sample code and other goodies at the
- Haiku Midi Kit team page
+ Haiku Midi Kit team page
Information about MIDI in general:
- - MIDI Manufacturers Association
- - MIDI Tutorials
- - MIDI Specification
- - Standard MIDI File Format
- - Jim Menard's MIDI Reference
+ - MIDI Manufacturers Association
+ - MIDI Tutorials
+ - MIDI Specification
+ - Standard MIDI File Format
+ - Jim Menard's MIDI Reference
\defgroup network Network Kit
@@ -502,7 +502,7 @@ snooze_until(time - Latency(), B_SYSTEM_TIMEBASE);
including ping, ifconfig, route, traceroute, and arp.
See the User Guide for more information about the
- Network preferences app
+ Network preferences app
included as part of the Network Kit.
diff --git a/docs/user/interface/Alert.dox b/docs/user/interface/Alert.dox
index f23740bc32..b92ec9ad79 100644
--- a/docs/user/interface/Alert.dox
+++ b/docs/user/interface/Alert.dox
@@ -42,7 +42,7 @@
/*!
\var alert_type B_INFO_ALERT
- \image html http://api.haiku-os.org/images/alert_info_32.png
+ \image html https://api.haiku-os.org/images/alert_info_32.png
Info icon
@@ -52,7 +52,7 @@
/*!
\var alert_type B_IDEA_ALERT
- \image html http://api.haiku-os.org/images/alert_idea_32.png
+ \image html https://api.haiku-os.org/images/alert_idea_32.png
Idea icon
@@ -62,7 +62,7 @@
/*!
\var alert_type B_WARNING_ALERT
- \image html http://api.haiku-os.org/images/alert_warning_32.png
+ \image html https://api.haiku-os.org/images/alert_warning_32.png
Warning icon
@@ -72,7 +72,7 @@
/*!
\var alert_type B_STOP_ALERT
- \image html http://api.haiku-os.org/images/alert_stop_32.png
+ \image html https://api.haiku-os.org/images/alert_stop_32.png
Stop icon