Skip to content

Commit 2154974

Browse files
committed
Update readium.org url
1 parent 9a0b770 commit 2154974

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This applies to the custom properties as well:
114114

115115
If possible, user settings must be inherited from the `--USER__variable` set on `:root`. This obviously can’t be done for all user settings as it depends on the scope (the elements targeted).
116116

117-
User settings must also abide by [these recommendations](https://readium.org/readium-css/docs/CSS14-user_settings_recs.html).
117+
User settings must also abide by [these recommendations](https://readium.org/css/docs/CSS14-user_settings_recs.html).
118118

119119
## How Can I Contribute?
120120

docs/manifest.json

+31-31
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,44 @@
44
"metadata": {
55
"title": "Readium CSS Documentation",
66
"author": "Jiminy Panoz",
7-
"identifier": "https://readium.org/readium-css/docs/",
7+
"identifier": "https://readium.org/css/docs/",
88
"language": "en"
99
},
1010

1111
"links": [
12-
{"rel": "self", "href": "https://readium.org/readium-css/docs/manifest.json", "type": "application/webpub+json"},
12+
{"rel": "self", "href": "https://readium.org/css/docs/manifest.json", "type": "application/webpub+json"},
1313
{"rel": "alternate", "href": "https://github.com/readium/css/raw/master/docs/ReadiumCSS_docs.epub", "type": "application/epub+zip"}
1414
],
1515

1616
"readingOrder": [
17-
{"href": "https://readium.org/readium-css/docs/", "type": "text/html", "rel": "contents"},
18-
{"href": "https://readium.org/readium-css/docs/CSS01-readiumcss_fundamentals.html", "type": "text/html", "title": "Readium CSS Fundamental Concepts"},
19-
{"href": "https://readium.org/readium-css/docs/CSS02-quickstart.html", "type": "text/html", "title": "Quickstart"},
20-
{"href": "https://readium.org/readium-css/docs/CSS03-injection_and_pagination.html", "type": "text/html", "title": "Inject and paginate EPUB contents"},
21-
{"href": "https://readium.org/readium-css/docs/CSS04-multicolumn_layout.html", "type": "text/html", "title": "How the multicolumn layout works"},
22-
{"href": "https://readium.org/readium-css/docs/CSS05-reflow_requirements.html", "type": "text/html", "title": "Reading Systems Requirements for reflowable text"},
23-
{"href": "https://readium.org/readium-css/docs/CSS06-stylesheets_order.html", "type": "text/html", "title": "Order in which to append Readium CSS reflowable stylesheets"},
24-
{"href": "https://readium.org/readium-css/docs/CSS07-variables.html", "type": "text/html", "title": "How to use CSS custom properties (a.k.a. variables)"},
25-
{"href": "https://readium.org/readium-css/docs/CSS08-defaults.html", "type": "text/html", "title": "Defaults"},
26-
{"href": "https://readium.org/readium-css/docs/CSS09-default_fonts.html", "type": "text/html", "title": "Typefaces and font-stacks"},
27-
{"href": "https://readium.org/readium-css/docs/CSS10-libre_fonts.html", "type": "text/html", "title": "Open Source and Libre Fonts We Can Recommend"},
28-
{"href": "https://readium.org/readium-css/docs/CSS11-overrides_classification.html", "type": "text/html", "title": "User Overrides’ Classification"},
29-
{"href": "https://readium.org/readium-css/docs/CSS12-user_prefs.html", "type": "text/html", "title": "User Settings, Reading Modes and Themes"},
30-
{"href": "https://readium.org/readium-css/docs/CSS13-a11y_settings_baseline.html", "type": "text/html", "title": "Baseline for a11y-related user settings"},
31-
{"href": "https://readium.org/readium-css/docs/CSS14-user_settings_recs.html", "type": "text/html", "title": "Recommendations for User Settings Management"},
32-
{"href": "https://readium.org/readium-css/docs/CSS15-user_pref_insights.html", "type": "text/html", "title": "User Preferences’ insights"},
33-
{"href": "https://readium.org/readium-css/docs/CSS16-internationalization.html", "type": "text/html", "title": "Internationalization"},
34-
{"href": "https://readium.org/readium-css/docs/CSS17-i18n_typography.html", "type": "text/html", "title": "Internationalization – A Typography Primer"},
35-
{"href": "https://readium.org/readium-css/docs/CSS18-further_details.html", "type": "text/html", "title": "Readium CSS Further Details: Explaining the CSS Voodoo"},
36-
{"href": "https://readium.org/readium-css/docs/CSS19-api.html", "type": "text/html", "title": "Readium CSS Variables API"},
37-
{"href": "https://readium.org/readium-css/docs/CSS20-spec_impact.html", "type": "text/html", "title": "List of proposals and specs impacting Readium CSS"},
38-
{"href": "https://readium.org/readium-css/docs/CSS21-epub_compat.html", "type": "text/html", "title": "EPUB Compatibility"},
39-
{"href": "https://readium.org/readium-css/docs/CSS22-npm.html", "type": "text/html", "title": "Install, test and build Readium CSS"},
40-
{"href": "https://readium.org/readium-css/docs/CSS23-fxl_requirements.html", "type": "text/html", "title": "Fixed-layouts’ Reading Systems Requirements"},
41-
{"href": "https://readium.org/readium-css/docs/CSS24-eprdctn_requests.html", "type": "text/html", "title": "E-production feedback and requests"},
42-
{"href": "https://readium.org/readium-css/docs/CSS25-performance_hacks.html", "type": "text/html", "title": "CSS Performance Hacks"},
43-
{"href": "https://readium.org/readium-css/docs/CSS26-i18n_glossary.html", "type": "text/html", "title": "i18n glossary"},
44-
{"href": "https://readium.org/readium-css/docs/CSS27-considered_features.html", "type": "text/html", "title": "Features that were considered but not implemented"},
45-
{"href": "https://readium.org/readium-css/docs/CSS28-migration_guide.html", "type": "text/html", "title": "Migration Guide"}
17+
{"href": "https://readium.org/css/docs/", "type": "text/html", "rel": "contents"},
18+
{"href": "https://readium.org/css/docs/CSS01-readiumcss_fundamentals.html", "type": "text/html", "title": "Readium CSS Fundamental Concepts"},
19+
{"href": "https://readium.org/css/docs/CSS02-quickstart.html", "type": "text/html", "title": "Quickstart"},
20+
{"href": "https://readium.org/css/docs/CSS03-injection_and_pagination.html", "type": "text/html", "title": "Inject and paginate EPUB contents"},
21+
{"href": "https://readium.org/css/docs/CSS04-multicolumn_layout.html", "type": "text/html", "title": "How the multicolumn layout works"},
22+
{"href": "https://readium.org/css/docs/CSS05-reflow_requirements.html", "type": "text/html", "title": "Reading Systems Requirements for reflowable text"},
23+
{"href": "https://readium.org/css/docs/CSS06-stylesheets_order.html", "type": "text/html", "title": "Order in which to append Readium CSS reflowable stylesheets"},
24+
{"href": "https://readium.org/css/docs/CSS07-variables.html", "type": "text/html", "title": "How to use CSS custom properties (a.k.a. variables)"},
25+
{"href": "https://readium.org/css/docs/CSS08-defaults.html", "type": "text/html", "title": "Defaults"},
26+
{"href": "https://readium.org/css/docs/CSS09-default_fonts.html", "type": "text/html", "title": "Typefaces and font-stacks"},
27+
{"href": "https://readium.org/css/docs/CSS10-libre_fonts.html", "type": "text/html", "title": "Open Source and Libre Fonts We Can Recommend"},
28+
{"href": "https://readium.org/css/docs/CSS11-overrides_classification.html", "type": "text/html", "title": "User Overrides’ Classification"},
29+
{"href": "https://readium.org/css/docs/CSS12-user_prefs.html", "type": "text/html", "title": "User Settings, Reading Modes and Themes"},
30+
{"href": "https://readium.org/css/docs/CSS13-a11y_settings_baseline.html", "type": "text/html", "title": "Baseline for a11y-related user settings"},
31+
{"href": "https://readium.org/css/docs/CSS14-user_settings_recs.html", "type": "text/html", "title": "Recommendations for User Settings Management"},
32+
{"href": "https://readium.org/css/docs/CSS15-user_pref_insights.html", "type": "text/html", "title": "User Preferences’ insights"},
33+
{"href": "https://readium.org/css/docs/CSS16-internationalization.html", "type": "text/html", "title": "Internationalization"},
34+
{"href": "https://readium.org/css/docs/CSS17-i18n_typography.html", "type": "text/html", "title": "Internationalization – A Typography Primer"},
35+
{"href": "https://readium.org/css/docs/CSS18-further_details.html", "type": "text/html", "title": "Readium CSS Further Details: Explaining the CSS Voodoo"},
36+
{"href": "https://readium.org/css/docs/CSS19-api.html", "type": "text/html", "title": "Readium CSS Variables API"},
37+
{"href": "https://readium.org/css/docs/CSS20-spec_impact.html", "type": "text/html", "title": "List of proposals and specs impacting Readium CSS"},
38+
{"href": "https://readium.org/css/docs/CSS21-epub_compat.html", "type": "text/html", "title": "EPUB Compatibility"},
39+
{"href": "https://readium.org/css/docs/CSS22-npm.html", "type": "text/html", "title": "Install, test and build Readium CSS"},
40+
{"href": "https://readium.org/css/docs/CSS23-fxl_requirements.html", "type": "text/html", "title": "Fixed-layouts’ Reading Systems Requirements"},
41+
{"href": "https://readium.org/css/docs/CSS24-eprdctn_requests.html", "type": "text/html", "title": "E-production feedback and requests"},
42+
{"href": "https://readium.org/css/docs/CSS25-performance_hacks.html", "type": "text/html", "title": "CSS Performance Hacks"},
43+
{"href": "https://readium.org/css/docs/CSS26-i18n_glossary.html", "type": "text/html", "title": "i18n glossary"},
44+
{"href": "https://readium.org/css/docs/CSS27-considered_features.html", "type": "text/html", "title": "Features that were considered but not implemented"},
45+
{"href": "https://readium.org/css/docs/CSS28-migration_guide.html", "type": "text/html", "title": "Migration Guide"}
4646
]
4747
}

0 commit comments

Comments
 (0)