Skip to content

Commit 9cf8903

Browse files
committed
Fix URLs
1 parent d07fa5a commit 9cf8903

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ without Warnings (@nuest, #267)
5353

5454
## New Features
5555

56-
* xml2 now has a pkgdown site! <http://xml2.r-lib.org> (@jayhesselberth, #211).
56+
* xml2 now has a pkgdown site! <https://xml2.r-lib.org> (@jayhesselberth, #211).
5757

5858
* Windows: upgrade to libxml2 2.9.8
5959

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Coverage Status](https://img.shields.io/codecov/c/github/r-lib/xml2/master.svg)](https://codecov.io/github/r-lib/xml2?branch=master)
66
<!-- badges: end -->
77

8-
The xml2 package is a binding to [libxml2](http://xmlsoft.org), making it easy to work with HTML and XML from R. The API is somewhat inspired by [jQuery](http://jquery.com).
8+
The xml2 package is a binding to [libxml2](http://xmlsoft.org), making it easy to work with HTML and XML from R. The API is somewhat inspired by [jQuery](https://jquery.com).
99

1010
## Installation
1111

vignettes/modification.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ gc()
171171
## Namespaces ##
172172

173173
We want to construct a document with the following namespace layout. (From
174-
http://stackoverflow.com/questions/32939229/creating-xml-in-r-with-namespaces/32941524#32941524).
174+
https://stackoverflow.com/questions/32939229/creating-xml-in-r-with-namespaces/32941524#32941524).
175175
```xml
176176
<?xml version = "1.0" encoding="UTF-8"?>
177177
<sld xmlns="http://www.o.net/sld"

0 commit comments

Comments
 (0)