Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
R
rapidjson
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
rapidjson
Commits
cca4013d
Commit
cca4013d
authored
Apr 26, 2015
by
Milo Yip
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #320 from guoxiao/https
Fix warnings when visited via https
parents
d2269f65
8f891403
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
faq.md
doc/faq.md
+1
-1
footer.html
doc/misc/footer.html
+2
-3
No files found.
doc/faq.md
View file @
cca4013d
...
...
@@ -28,7 +28,7 @@
6.
How to install RapidJSON?
Check
[
Installation section
](
http://miloyip.github.io/rapidjson/
)
.
Check
[
Installation section
](
http
s
://miloyip.github.io/rapidjson/
)
.
7.
Can RapidJSON run on my platform?
...
...
doc/misc/footer.html
View file @
cca4013d
...
...
@@ -18,10 +18,10 @@
(
document
.
getElementsByClassName
(
'contents'
)[
0
]).
appendChild
(
dt
);
var
dsq
=
document
.
createElement
(
'script'
);
dsq
.
type
=
'text/javascript'
;
dsq
.
async
=
true
;
dsq
.
src
=
'
http:
//'
+
disqus_shortname
+
'.disqus.com/embed.js'
;
dsq
.
src
=
'//'
+
disqus_shortname
+
'.disqus.com/embed.js'
;
(
document
.
getElementsByTagName
(
'head'
)[
0
]
||
document
.
getElementsByTagName
(
'body'
)[
0
]).
appendChild
(
dsq
);
})();
</script>
</body>
</html>
\ No newline at end of file
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment