diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index bf9f543da..9266b3860 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -304,7 +304,7 @@ Build logs for this project can be accessed [here](https://travis-ci.org/postman ### Security Security concerns are always treated with high priority. Should you come across a security vulnerability, please report -it via email to . While reporting a potential security vulnerability, include all relevant +it via email to . While reporting a potential security vulnerability, include all relevant details, including but not limited to: 1. The project version(s) involved diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 61bb1e04e..86c992b6c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ diff --git a/MIGRATION.md b/MIGRATION.md index 946da7831..7965f10c9 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -163,7 +163,7 @@ The complete installation and usage guide is available here: https://github.com/ ### Deprecated support for the v1 collection format Newman >= v4 deprecates support for the v1 collection format.
-Use the [Postman Native app](https://www.getpostman.com/apps) to export collections in the v2 format. +Use the [Postman Native app](https://postman.com/downloads) to export collections in the v2 format. ### CSV auto parse A [fix][pr1609] has been made to avoid parsing numbers inside quotes.
@@ -212,8 +212,7 @@ qualities of the new Postman Runtime (jQuery deprecation, discontinuation of DOM usage changes across Newman V2 and V3, look at the table provided below. As such, if there is something specific that not working with respect to v2.x or any workaround that you were doing, -we will be glad to chat and find out if they can still be done. Simply join the #newman channel on our [Slack -Community](https://www.getpostman.com/slack-invite). +we will be glad to chat and find out if they can still be done. You can find us on our [Community Forum](https://community.postman.com). ### HTML, XML and other outputs are now "reporters" Newman v3 adopts a "reporter" model and as such features that were previously part of Newman core has now been moved diff --git a/README.md b/README.md index 0e37cd144..b7ffd9f57 100644 --- a/README.md +++ b/README.md @@ -660,7 +660,7 @@ Open an [issue](https://github.com/postmanlabs/newman/issues) first to discuss p ## Community Support -If you are interested in talking to the Postman team and fellow Newman users, you can find us on our Postman Community Forum. Feel free to drop by and say hello. You'll find us posting about upcoming features and beta releases, answering technical support questions, and contemplating world peace. +If you are interested in talking to the Postman team and fellow Newman users, you can find us on our Postman Community Forum. Feel free to drop by and say hello. You'll find us posting about upcoming features and beta releases, answering technical support questions, and contemplating world peace. Sign in using your Postman account to participate in the discussions and don't forget to take advantage of the search bar - the answer to your question might already be waiting for you! Don’t want to log in? Then lurk on the sidelines and absorb all the knowledge. @@ -668,4 +668,4 @@ Sign in using your Postman account to participate in the discussions and don't f ## License This software is licensed under Apache-2.0. Copyright Postdot Technologies, Inc. See the [LICENSE.md](LICENSE.md) file for more information. -[![Analytics](https://ga-beacon.appspot.com/UA-43979731-9/newman/readme)](https://www.getpostman.com) +[![Analytics](https://ga-beacon.appspot.com/UA-43979731-9/newman/readme)](https://postman.com) diff --git a/docker/README.md b/docker/README.md index 70dbd36d5..74bc264cb 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,12 +1,12 @@ -# newman-docker +# newman-docker This repository contains docker images for Newman. Newman is a command-line collection runner for -Postman. It allows you to effortlessly run and test a -Postman Collections directly from the +Postman. It allows you to effortlessly run and test a +Postman Collections directly from the command-line. It is built with extensibility in mind so that you can easily integrate it with your continuous integration servers and build systems. @@ -181,4 +181,4 @@ All official Newman Docker images will be shipped with the current Node LTS (Lon about the Node release schedule, see https://github.com/nodejs/Release#release-schedule. More details about individual Docker images can be found in their individual READMEs in this folder. -[![Analytics](https://ga-beacon.appspot.com/UA-43979731-9/newman-docker/readme)](https://www.getpostman.com) +[![Analytics](https://ga-beacon.appspot.com/UA-43979731-9/newman-docker/readme)](https://postman.com) diff --git a/docker/images/alpine/Dockerfile b/docker/images/alpine/Dockerfile index 44ca6bcc3..7cdbad411 100644 --- a/docker/images/alpine/Dockerfile +++ b/docker/images/alpine/Dockerfile @@ -1,5 +1,5 @@ FROM node:10-alpine -LABEL maintainer="Postman Labs " +LABEL maintainer="Postman Labs " ARG NEWMAN_VERSION diff --git a/docker/images/alpine33/Dockerfile b/docker/images/alpine33/Dockerfile index c32f8de8c..169175fd9 100644 --- a/docker/images/alpine33/Dockerfile +++ b/docker/images/alpine33/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.3 -LABEL maintainer="Postman Labs " +LABEL maintainer="Postman Labs " ARG NODE_VERSION=10 ARG NEWMAN_VERSION diff --git a/docker/images/ubuntu/Dockerfile b/docker/images/ubuntu/Dockerfile index e567b9526..75dcae157 100644 --- a/docker/images/ubuntu/Dockerfile +++ b/docker/images/ubuntu/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:18.04 -LABEL maintainer="Postman Labs " +LABEL maintainer="Postman Labs " ARG NODE_VERSION=10 ARG NEWMAN_VERSION diff --git a/docker/images/ubuntu1404/Dockerfile b/docker/images/ubuntu1404/Dockerfile index 7609c0155..430bc424c 100644 --- a/docker/images/ubuntu1404/Dockerfile +++ b/docker/images/ubuntu1404/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:14.04.2 -LABEL maintainer="Postman Labs " +LABEL maintainer="Postman Labs " ARG NODE_VERSION=10 ARG NEWMAN_VERSION diff --git a/package.json b/package.json index a19deb122..54f4ba3e4 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "postpublish": "./npm/postpublish.sh", "publish-wiki": "node npm/publish-wiki.js" }, - "author": "Postman Labs (=)", + "author": "Postman Labs (=)", "license": "Apache-2.0", "dependencies": { "async": "3.2.0",