Skip to content

Commit

Permalink
web: use cdn.teleport.dev for download links (#42034)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Martin <my-email>
  • Loading branch information
stevenGravy authored May 24, 2024
1 parent 92abf01 commit 59acb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/teleport/src/services/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

const DOWNLOAD_BASE_URL = 'https://get.gravitational.com/';
const DOWNLOAD_BASE_URL = 'https://cdn.teleport.dev/';

export default function getDownloadLink(
type: Arch,
Expand Down

0 comments on commit 59acb8c

Please sign in to comment.