Skip to content

Commit

Permalink
Update enterprise import lint rule reference link (#26628)
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang committed Oct 26, 2021
1 parent b9850ea commit a66c738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -55,7 +55,7 @@ const config = {
group: ['**/enterprise/*'],
message: `The OSS product may not pull in any code from the enterprise codebase, to stay a 100% open-source program.
See https://about.sourcegraph.com/community/faq#is-all-of-sourcegraph-open-source for more information.`,
See https://handbook.sourcegraph.com/community/faq#is-all-of-sourcegraph-open-source for more information.`,
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion dev/check/ts-enterprise-import.sh
Expand Up @@ -23,7 +23,7 @@ if [ -n "$IMPORT_MATCHES" ]; then
Importing from enterprise in non-enterprise modules is forbidden. The OSS product may not
pull in any code from the enterprise codebase, to stay a 100% open-source program. See
this page for more information:
https://about.sourcegraph.com/community/faq#is-all-of-sourcegraph-open-source
https://handbook.sourcegraph.com/community/faq#is-all-of-sourcegraph-open-source
To make this check pass, remove that import. Usually this works by:
- Pulling shared code out of the enterprise directory.
Expand Down

0 comments on commit a66c738

Please sign in to comment.