Skip to content

Commit

Permalink
Update org references (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell authored May 21, 2021
1 parent a1c864a commit 0e0b7e9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [clinic@nearform.com][clinic]. All
reported by contacting the project team at [report@clinicjs.org][clinic]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand All @@ -70,5 +70,5 @@ members of the project's leadership.
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

[clinic]: mailto:clinic@nearform.com
[clinic]: mailto:report@clinicjs.org
[homepage]: https://www.contributor-covenant.org
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ doctor.collect(['node', './path-to-script.js'], function (err, filepath) {
```

You can find examples in
[node-clinic-doctor-examples](https://github.com/nearform/node-clinic-doctor-examples)
[node-clinic-doctor-examples](https://github.com/clinicjs/node-clinic-doctor-examples)

## Documentation

Expand Down Expand Up @@ -88,10 +88,10 @@ possible error.
[npm-downloads]: http://img.shields.io/npm/dm/@nearform/doctor.svg?style=flat-square
[lint-standard]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[lint-standard-url]: https://github.com/feross/standard
[clinic-url]: https://github.com/nearform/node-clinic
[clinic-url]: https://github.com/clinicjs/node-clinic
[`<Object>`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object
[`<boolean>`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type
[`<Number>`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type
[`<String>`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String
[actions-status]: https://github.com/nearform/node-clinic-doctor/workflows/CI/badge.svg
[actions-url]: https://github.com/nearform/node-clinic-doctor/actions
[actions-status]: https://github.com/clinicjs/node-clinic-doctor/workflows/CI/badge.svg
[actions-url]: https://github.com/clinicjs/node-clinic-doctor/actions
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ class ClinicDoctor extends events.EventEmitter {
const stylePath = path.join(__dirname, 'visualizer', 'style.css')
const scriptPath = path.join(__dirname, 'visualizer', 'main.js')
const logoPath = path.join(__dirname, 'visualizer', 'app-logo.svg')
const nearFormLogoPath = path.join(__dirname, 'visualizer', 'nearform-logo.svg')
const clinicFaviconPath = path.join(__dirname, 'visualizer', 'clinic-favicon.png.b64')

// Load data
Expand Down Expand Up @@ -220,7 +219,6 @@ class ClinicDoctor extends events.EventEmitter {

// open logo
const logoFile = fs.createReadStream(logoPath)
const nearFormLogoFile = fs.createReadStream(nearFormLogoPath)
const clinicFaviconBase64 = fs.createReadStream(clinicFaviconPath)

const doctorVersion = require('./package.json').version
Expand Down Expand Up @@ -268,7 +266,6 @@ class ClinicDoctor extends events.EventEmitter {
headerLogo: logoFile,
headerText: 'Doctor',
toolVersion: doctorVersion,
nearFormLogo: nearFormLogoFile,
uploadId: outputFilename.split('/').pop().split('.html').shift(),
body
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nearform/doctor",
"description": "Programmable interface to Clinic.js Doctor",
"repository": "nearform/node-clinic-doctor",
"repository": "clinicjs/node-clinic-doctor",
"version": "8.0.0",
"scripts": {
"visualize-watch": "node debug/visualize-watch.js",
Expand Down
2 changes: 1 addition & 1 deletion recommendations/data-summary.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Something went wrong with the data analysis
- Try running the benchmark for a longer time
- If the issue persists, open an issue at https://github.com/nearform/node-clinic-doctor
- If the issue persists, open an issue at https://github.com/clinicjs/node-clinic-doctor

0 comments on commit 0e0b7e9

Please sign in to comment.