Skip to content

Commit 1ce45a9

Browse files
committed
changing the download links to point to Phoebus
1 parent bf19d41 commit 1ce45a9

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

src/pages/download.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const DownloadSubtext = styled.p`
104104
const DownloadButton = ({ link, os }) => (
105105
<div>
106106
<StyledDownloadButton href={link}>
107-
<FontAwesomeIcon icon={faDownload} /> Download Control System Studio
107+
<FontAwesomeIcon icon={faDownload} /> Download Phoebus
108108
</StyledDownloadButton>
109109
<DownloadSubtext>
110110
Version {dlInfo.downloadVersion} for {os} |{" "}
@@ -116,7 +116,7 @@ const DownloadButton = ({ link, os }) => (
116116
const DevDownloadButton = () => (
117117
<div>
118118
<StyledDownloadButtonDev href={dlInfo.downloadDev}>
119-
<FontAwesomeIcon icon={faDownload} /> Download Development Build
119+
<FontAwesomeIcon icon={faDownload} /> Download Phoebus Development Build
120120
</StyledDownloadButtonDev>
121121
<DownloadSubtext>Version {dlInfo.downloadDevVersion}</DownloadSubtext>
122122
</div>
@@ -175,7 +175,6 @@ const Download = () => {
175175
os={"Windows"}
176176
/>
177177
)}
178-
<DevDownloadButton />
179178
</Flex>
180179
<h2>Site Specific Versions</h2>
181180
<SiteSpecificVersions />

src/utils/downloadinfo.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export const dlInfo = {
2-
downloadVersion: "4.5.9",
3-
downloadStableLinux: "http://download.controlsystemstudio.org/release/4.5/cs-studio-4.5.9-linux.gtk.x86_64.tar.gz",
4-
downloadStableWindows: "http://download.controlsystemstudio.org/release/4.5/cs-studio-4.5.9-win32.win32.x86_64.zip",
5-
downloadStableMac: "http://download.controlsystemstudio.org/release/4.5/cs-studio-4.5.9-macosx.cocoa.x86_64.zip",
6-
allDownloads: "http://download.controlsystemstudio.org/release/4.5/",
2+
downloadVersion: "4.7.2",
3+
downloadStableLinux: "https://github.com/ControlSystemStudio/phoebus/releases/download/v4.7.2/phoebus-4.7.2-linux.tar.gz",
4+
downloadStableWindows: "https://github.com/ControlSystemStudio/phoebus/releases/download/v4.7.2/phoebus-4.7.2-win.zip",
5+
downloadStableMac: "https://github.com/ControlSystemStudio/phoebus/releases/download/v4.7.2/phoebus-4.7.2-macos.tar.gz",
6+
allDownloads: "https://github.com/ControlSystemStudio/phoebus/releases",
77
downloadDevVersion: "4.6.0",
88
downloadDev: "https://openepics.ci.cloudbees.com/view/CS-Studio%204.6/",
99
}

0 commit comments

Comments
 (0)