Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
lucywang000 committed Oct 30, 2023
1 parent 583dd25 commit 950fbba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sctools/api.cljs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns sctools.api
(:require [sctools.http :as http]))

(def dash-url "https://app.scrapinghub.com")
(def dash-url "https://app.zyte.com")
(def jobq-url "https://jobq.scrapinghub.com")
(def hs-url "https://storage.scrapinghub.com")

Expand Down
2 changes: 1 addition & 1 deletion src/sctools/studio/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@

(defn job-url
[job]
(str "https://app.scrapinghub.com/p/" job))
(str "https://app.zyte.com/p/" job))

(defn toggle-prefs-dialog
[]
Expand Down

0 comments on commit 950fbba

Please sign in to comment.