mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 04:13:53 +08:00
FIX: Requested changes from dev (#28784)
* FIX: Requested changes from dev * FIX: Add base-url to other links --------- Co-authored-by: Martin Brennan <martin@discourse.org>
This commit is contained in:
@ -263,7 +263,9 @@ module SeedData
|
||||
quick_start_filename = File.join(Rails.root, "docs", "ADMIN-QUICK-START-GUIDE.md")
|
||||
end
|
||||
|
||||
File.read(quick_start_filename)
|
||||
content = File.read(quick_start_filename)
|
||||
content.gsub!("%{base_url}", Discourse.base_url)
|
||||
content
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user