diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-04-12 18:32:29 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-04-13 08:16:52 +0200 |
commit | e568c9dca8b93b96a8a130a8fb6f1bba1a33d6ea (patch) | |
tree | 925e4596e68d5833d887e778e6eead7353376b49 /ucb/README.md | |
parent | c7970e3204f7e2d958d213c42a9f0db232578a62 (diff) |
Update remaining DevGuide wiki links.
My Kate editor decided to do some whitespace cleanup, but maybe
it's fine as the main changes are not targeting functional bits anyway.
Change-Id: I5292e77e43055f94a6256a7f72d49fd59287d194
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132928
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'ucb/README.md')
-rw-r--r-- | ucb/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/README.md b/ucb/README.md index 5e07786d2a5f..d77656104b67 100644 --- a/ucb/README.md +++ b/ucb/README.md @@ -19,7 +19,7 @@ well as TLS 1.2 or later. Our WebDAV `com.sun.star.ucb.ContentProvider` service implementation registers the `vnd.sun.star.webdav` and `http` URI schemes (and their encrypted TLS variants). See here for the specification: -https://wiki.openoffice.org/wiki/Documentation/DevGuide/AppendixC/The_WebDAV_Content_Provider +https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Providers#The_WebDAV_Content_Provider Historically, webdav had two ucps, one based on `neon`, the second one based on `serf`. Both are superseded by the current `libcurl` |