diff --git a/README.md b/README.md index 3adb8e2..743da0e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Screenshot](https://github.com/jenslody/gnome-shell-extension-weather/raw/master/data/Screenshot.jpg) +![Screenshot](https://github.com/jenslody/gnome-shell-extension-openweather/raw/master/data/Screenshot.jpg) *gnome-shell-extension-openweather* is a simple extension for displaying weather conditions and forecasts in GNOME Shell, featuring support for multiple locations, no need for WOEID, a symmetrical layout and a settings panel through *gnome-shell-extension-prefs*. @@ -62,7 +62,7 @@ Make sure you have the following dependencies installed: Run the following commands: - cd ~ && git clone git://github.com/jenslody/gnome-shell-extension-weather.git + cd ~ && git clone git://github.com/jenslody/gnome-shell-extension-openweather.git cd ~/gnome-shell-extension-weather ./autogen.sh && make local-install @@ -72,7 +72,7 @@ Run the following commands: Launch *gnome-shell-extension-prefs* (reachable also through the *OpenWeather Settings* button on the extension popup) and select *OpenWeather* from the drop-down menu to edit the configuration. -![Screenshot](https://github.com/jenslody/gnome-shell-extension-weather/raw/master/data/weather-settings.gif) +![Screenshot](https://github.com/jenslody/gnome-shell-extension-openweather/raw/master/data/weather-settings.gif) You can also use *dconf-editor* or *gsettings* to configure the extension through the command line. diff --git a/configure.ac b/configure.ac index a9c343f..361bd2a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) dnl be carefull, the version needs to be in sync with your gnome shell version -AC_INIT([gnome-shell-extension-openweather],[1.1],[https://github.com/jenslody/gnome-shell-extension-weather/issues]) +AC_INIT([gnome-shell-extension-openweather],[1.1],[https://github.com/jenslody/gnome-shell-extension-openweather/issues]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config]) diff --git a/data/Makefile.am b/data/Makefile.am index a3cecc2..a8029fe 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ -extensionurl = https://github.com/jenslody/gnome-shell-extension-weather +extensionurl = https://github.com/jenslody/gnome-shell-extension-openweather # Change these to modify how installation is performed topextensiondir = $(datadir)/gnome-shell/extensions