From 57fde0052c4fe596bd3b3949d47d145bc417e9e3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Nov 2017 15:02:57 +0200 Subject: Fix URLs in manifest (https instead of http, git.* instead of scm.*) --- manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifest') diff --git a/manifest b/manifest index b4267be..0115dea 100644 --- a/manifest +++ b/manifest @@ -7,9 +7,9 @@ license: proprietary tags: c++, orm, database, relational, object, persistence, sql description-file: README changes-file: NEWS -url: http://www.codesynthesis.com/products/odb/ -doc-url: http://www.codesynthesis.com/products/odb/doc/manual.xhtml -src-url: http://scm.codesynthesis.com/?p=odb/libodb.git\;a=tree +url: https://www.codesynthesis.com/products/odb/ +doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml +src-url: https://git.codesynthesis.com/cgit/odb/libodb/ email: odb-users@codesynthesis.com build-email: odb-builds@codesynthesis.com requires: c++11 -- cgit v1.1