svx/README.md |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5787a610df7f0e63054c51968c573b539452f67b
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Feb 28 20:32:04 2022 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Mar 1 08:19:01 2022 +0100

    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 <vmik...@collabora.com>

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)

Reply via email to