discourse/discourse change from 'master' to 'main'

This commit is contained in:
Michael Brown
2021-07-19 11:35:47 -04:00
committed by Michael Brown
parent 1472e47aae
commit 5f7e60d9dc
16 changed files with 36 additions and 37 deletions

View File

@ -1,7 +1,7 @@
import { withPluginApi } from "discourse/lib/plugin-api";
function initialize<%= classified_name %>(api) {
// https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/lib/plugin-api.js.es6
// https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/lib/plugin-api.js.es6
}
export default {

View File

@ -17,5 +17,5 @@ PLUGIN_NAME ||= '<%= classified_name %>'
load File.expand_path('lib/<%= dasherized_name %>/engine.rb', __dir__)
after_initialize do
# https://github.com/discourse/discourse/blob/master/lib/plugin/instance.rb
# https://github.com/discourse/discourse/blob/main/lib/plugin/instance.rb
end