Skip to content

Commit

Permalink
URLs: Change to raspberrypi.com
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewey-rpi committed Jan 5, 2024
1 parent e9a2b86 commit cd58eb1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Cli::Cli(int &argc, char *argv[]) : QObject(nullptr)
#endif
_app = new QCoreApplication(argc, argv);
_app->setOrganizationName("Raspberry Pi");
_app->setOrganizationDomain("raspberrypi.org");
_app->setApplicationName("Imager");
_app->setOrganizationDomain("raspberrypi.com");
_app->setApplicationName("Raspberry Pi Imager");
_imageWriter = new ImageWriter;
connect(_imageWriter, &ImageWriter::success, this, &Cli::onSuccess);
connect(_imageWriter, &ImageWriter::error, this, &Cli::onError);
Expand Down
4 changes: 2 additions & 2 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@


/* Repository URL */
#define OSLIST_URL "https://downloads.raspberrypi.org/os_list_imagingutility_v4.json"
#define OSLIST_URL "https://downloads.raspberrypi.com/os_list_imagingutility_v4.json"

/* Time synchronization URL (only used on eglfs QPA platform, URL must be HTTP) */
#define TIME_URL "http://downloads.raspberrypi.org/os_list_imagingutility_v4.json?time_synchronization"
#define TIME_URL "http://downloads.raspberrypi.com/os_list_imagingutility_v4.json?time_synchronization"

/* Phone home the name of images downloaded for image popularity ranking */
#define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.com/downloads"
Expand Down
10 changes: 5 additions & 5 deletions src/linux/rpi-imager.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@
<launchable type="desktop-id">rpi-imager.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>http://downloads.raspberrypi.org/imager/IMAGING-UTILITY-MAIN.png</image>
<image>http://downloads.raspberrypi.com/imager/IMAGING-UTILITY-MAIN.png</image>
<caption>Main window</caption>
</screenshot>
<screenshot>
<image>http://downloads.raspberrypi.org/imager/IMAGING-UTILITY-OS.png</image>
<image>http://downloads.raspberrypi.com/imager/IMAGING-UTILITY-OS.png</image>
<caption>Choose OS</caption>
</screenshot>
<screenshot>
<image>http://downloads.raspberrypi.org/imager/IMAGING-UTILITY-SD.png</image>
<image>http://downloads.raspberrypi.com/imager/IMAGING-UTILITY-SD.png</image>
<caption>Choose SD</caption>
</screenshot>
<screenshot>
<image>http://downloads.raspberrypi.org/imager/IMAGING-UTILITY-WRITE.png</image>
<image>http://downloads.raspberrypi.com/imager/IMAGING-UTILITY-WRITE.png</image>
<caption>Write in progress</caption>
</screenshot>
<screenshot>
<image>http://downloads.raspberrypi.org/imager/IMAGING-UTILITY-DONE.png</image>
<image>http://downloads.raspberrypi.com/imager/IMAGING-UTILITY-DONE.png</image>
<caption>Write done</caption>
</screenshot>
</screenshots>
Expand Down

0 comments on commit cd58eb1

Please sign in to comment.