From 1bfc403cc1a48a413f36c6b790f46e4f1a27ee93 Mon Sep 17 00:00:00 2001 From: Gerd von Egidy Date: Fri, 6 Feb 2009 10:15:25 +0100 Subject: [PATCH] update the project URL everywhere Doxygen still to be done --- README | 2 +- libftdi.spec.in | 3 ++- src/ftdi.c | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 7290c9c..dd195cb 100644 --- a/README +++ b/README @@ -17,7 +17,7 @@ Changes * cmake rules (Marek Vavruša) You'll find the newest version of libftdi at: -http://www.intra2net.com/de/produkte/opensource/ftdi/ +http://www.intra2net.com/en/developer/libftdi ------------------------------------------------------------------- www.intra2net.com 2003-2008 Intra2net AG diff --git a/libftdi.spec.in b/libftdi.spec.in index 2c4705f..c080355 100644 --- a/libftdi.spec.in +++ b/libftdi.spec.in @@ -6,11 +6,12 @@ Release: 1 License: LGPL Group: System Environment/Libraries Vendor: Intra2net AG -Source: %{name}-%{version}.tar.gz +Source: http://www.intra2net.com/en/developer/libftdi/download/%{name}-%{version}.tar.gz Buildroot: /tmp/%{name}-%{version}-root Requires: libusb BuildRequires: libusb, libusb-devel, pkgconfig, doxygen Prefix: /usr +URL: http://www.intra2net.com/en/developer/libftdi %package devel Summary: Header files and static libraries for libftdi diff --git a/src/ftdi.c b/src/ftdi.c index b770e72..3feb9b6 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -18,7 +18,7 @@ \mainpage libftdi API documentation Library to talk to FTDI chips. You find the latest versions of libftdi at - http://www.intra2net.com/de/produkte/opensource/ftdi/ + http://www.intra2net.com/en/developer/libftdi/ The library is easy to use. Have a look at this short example: \include simple.c -- 1.7.1