瀏覽代碼

chore: frappe.io => frappeframework.com

version-14
Gavin D'souza 4 年之前
父節點
當前提交
f8dcc60bb6
共有 10 個文件被更改,包括 10 次插入10 次删除
  1. +1
    -1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. +1
    -1
      .github/ISSUE_TEMPLATE/feature_request.md
  3. +1
    -1
      .github/ISSUE_TEMPLATE/question-about-using-frappe.md
  4. +1
    -1
      .github/frappe_linter/translation.py
  5. +1
    -1
      README.md
  6. +1
    -1
      frappe/public/js/frappe/ui/toolbar/about.js
  7. +1
    -1
      frappe/templates/base.html
  8. +1
    -1
      frappe/templates/includes/footer/footer_powered.html
  9. +1
    -1
      frappe/website/doctype/web_form/web_form.json
  10. +1
    -1
      package.json

+ 1
- 1
.github/ISSUE_TEMPLATE/bug_report.md 查看文件

@@ -9,7 +9,7 @@ Welcome to the Frappe Framework issue tracker! Before creating an issue, please

1. This tracker should only be used to report bugs and request features / enhancements to Frappe
- For questions and general support, use https://stackoverflow.com/questions/tagged/frappe
- For documentation issues, refer to https://frappe.io/docs/user/en or the developer cheetsheet https://github.com/frappe/frappe/wiki/Developer-Cheatsheet
- For documentation issues, refer to https://frappeframework.com/docs/user/en or the developer cheetsheet https://github.com/frappe/frappe/wiki/Developer-Cheatsheet
2. Use the search function before creating a new issue. Duplicates will be closed and directed to
the original discussion.
3. When making a bug report, make sure you provide all required information. The easier it is for


+ 1
- 1
.github/ISSUE_TEMPLATE/feature_request.md 查看文件

@@ -9,7 +9,7 @@ Welcome to the Frappe Framework issue tracker! Before creating an issue, please

1. This tracker should only be used to report bugs and request features / enhancements to Frappe
- For questions and general support, refer to https://stackoverflow.com/questions/tagged/frappe
- For documentation issues, use https://frappe.io/docs/user/en or the developer cheetsheet https://github.com/frappe/frappe/wiki/Developer-Cheatsheet
- For documentation issues, use https://frappeframework.com/docs/user/en or the developer cheetsheet https://frappeframework.com/docs/user/en/bench/resources/bench-commands-cheatsheet
2. Use the search function before creating a new issue. Duplicates will be closed and directed to
the original discussion.
3. When making a feature request, make sure to be as verbose as possible. The better you convey your message, the greater the drive to make it happen.


+ 1
- 1
.github/ISSUE_TEMPLATE/question-about-using-frappe.md 查看文件

@@ -12,7 +12,7 @@ for questions about using `ERPNext`: https://discuss.erpnext.com

for questions about using `bench`, probably the best place to start is the [bench repo](https://github.com/frappe/bench)

For documentation issues, use the [Frappe Framework Documentation](https://frappe.io/docs/user/en) or the [developer cheetsheet](https://github.com/frappe/frappe/wiki/Developer-Cheatsheet)
For documentation issues, use the [Frappe Framework Documentation](https://frappeframework.com/docs) or the [developer cheetsheet](https://github.com/frappe/frappe/wiki/Developer-Cheatsheet)

For a slightly outdated yet informative developer guide: https://www.youtube.com/playlist?list=PL3lFfCEoMxvzHtsZHFJ4T3n5yMM3nGJ1W


+ 1
- 1
.github/frappe_linter/translation.py 查看文件

@@ -22,7 +22,7 @@ for _file in files:
print(f'A syntax error has been discovered at line number: {num}')
print(f'Syntax error occurred with: {line}')
if errors_encounter > 0:
print('You can visit "https://frappe.io/docs/user/en/translations" to resolve this error.')
print('You can visit "https://frappeframework.com/docs/user/en/translations" to resolve this error.')
assert 1+1 == 3
else:
print('Good To Go!')

+ 1
- 1
README.md 查看文件

@@ -17,7 +17,7 @@
<a href="https://travis-ci.com/frappe/frappe">
<img src="https://travis-ci.com/frappe/frappe.svg?branch=develop">
</a>
<a href='https://frappe.io/docs'>
<a href='https://frappeframework.com/docs'>
<img src='https://img.shields.io/badge/docs-📖-7575FF.svg?style=flat-square'/>
</a>
<a href='https://www.codetriage.com/frappe/frappe'>


+ 1
- 1
frappe/public/js/frappe/ui/toolbar/about.js 查看文件

@@ -6,7 +6,7 @@ frappe.ui.misc.about = function() {
$(d.body).html(repl("<div>\
<p>"+__("Open Source Applications for the Web")+"</p> \
<p><i class='fa fa-globe fa-fw'></i>\
Website: <a href='https://frappe.io' target='_blank'>https://frappe.io</a></p>\
Website: <a href='https://frappeframework.com' target='_blank'>https://frappeframework.com</a></p>\
<p><i class='fa fa-github fa-fw'></i>\
Source: <a href='https://github.com/frappe' target='_blank'>https://github.com/frappe</a></p>\
<p><i class='fa fa-linkedin fa-fw'></i>\


+ 1
- 1
frappe/templates/base.html 查看文件

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<!-- Built on Frappe. https://frappe.io/ -->
<!-- Built on Frappe. https://frappeframework.com/ -->
<html lang="en">
<head>
<meta charset="utf-8">


+ 1
- 1
frappe/templates/includes/footer/footer_powered.html 查看文件

@@ -1 +1 @@
<a href="https://frappe.io?source=website_footer" target="_blank" class="text-muted">Built on Frappe</a>
<a href="https://frappeframework.com?source=website_footer" target="_blank" class="text-muted">Built on Frappe</a>

+ 1
- 1
frappe/website/doctype/web_form/web_form.json 查看文件

@@ -209,7 +209,7 @@
"label": "Client Script"
},
{
"description": "For help see <a href=\"https://frappe.io/docs/user/en/guides/portal-development/web-forms\" target=\"_blank\">Client Script API and Examples</a>",
"description": "For help see <a href=\"https://frappeframework.com/docs/user/en/guides/portal-development/web-forms\" target=\"_blank\">Client Script API and Examples</a>",
"fieldname": "client_script",
"fieldtype": "Code",
"label": "Client Script"


+ 1
- 1
package.json 查看文件

@@ -17,7 +17,7 @@
"bugs": {
"url": "https://github.com/frappe/frappe/issues"
},
"homepage": "https://frappe.io",
"homepage": "https://frappeframework.com",
"dependencies": {
"ace-builds": "^1.4.8",
"air-datepicker": "http://github.com/frappe/air-datepicker",


Loading…
取消
儲存