diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-02-28 20:32:04 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-03-01 08:19:01 +0100 |
commit | 5787a610df7f0e63054c51968c573b539452f67b (patch) | |
tree | cca7b1bdb28b747cd396cab1f27553207cbc6eea /svx | |
parent | e85b482df3fa01e5a2b549df63db96cc49f1ca78 (diff) |
svx: fix URL and class name in README
It's a bit concerning that this URL was working in 2014, i.e. after
Apache OpenOffice was established and still got broken, but luckily the
archive has it.
Change-Id: If79ae0bc861ed855650156d87c7fc052773fb33a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130726
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/README.md b/svx/README.md index adf52ccacd1f..dc4345ad6f57 100644 --- a/svx/README.md +++ b/svx/README.md @@ -72,7 +72,7 @@ From `SdrView` on, it is not flat, but a real hierarchy again. See `drawinglayer/README.md` for general information about drawinglayer. Below is the class diagram that comes from -<http://www.openoffice.org/marketing/ooocon2006/presentations/wednesday_g11.odp>, +<https://web.archive.org/web/20160827020830if_/http://www.openoffice.org:80/marketing/ooocon2006/presentations/wednesday_g11.odp> slide number 6. .------- Model --------------. .------- View -----------------------------------------. @@ -101,5 +101,5 @@ If the number of visualizable objects (e.g. `SdrObjects`) is `X`, and the number - there are `X` `ViewContact` instances (1:1 relation with a visualizable object) - there are `Y` `ObjectContact` instances (1:1 relation with an `SdrView`) -- there are `X*Y` `ViewObjecContact` instances (1:N relation to both +- there are `X*Y` `ViewObjectContact` instances (1:N relation to both visualizable objects and `SdrView`s) |