Skip to content

Commit

Permalink
Merge branch 'development' of github.com:brave/browser-ios into devel…
Browse files Browse the repository at this point in the history
…opment
  • Loading branch information
jhreis committed Nov 28, 2017
2 parents 59a683b + b3eec10 commit f29ace8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brave/src/frontend/BraveUX.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ struct BraveUX {
static let IsRelease = Bundle.main.bundleIdentifier == "com.brave.ios.browser"

static let BraveCommunityURL = URL(string: "https://community.brave.com/")!
static let BravePrivacyURL = URL(string: "https://www.brave.com/privacy_ios")!
static let BravePrivacyURL = URL(string: "https://brave.com/privacy/")!
static let PrefKeyOptInDialogWasSeen = "OptInDialogWasSeen"
static let PrefKeyUserAllowsTelemetry = "userallowstelemetry"

Expand Down

0 comments on commit f29ace8

Please sign in to comment.