Having trouble with Pro Mini as arduino as programmer

Hi guys!

I'm trying to upload some program on my pro mini using arduino as the programmer. Below's the connection.

Vcc -> 5V
Gnd -> Gnd
Rst -> Rst
Tx0 -> Tx0
Rx1 -> Rx1

Here's the error im getting.

Arduino: 1.8.4 (Windows 7), Board: "Arduino Pro or Pro Mini, ATmega328P (5V, 16 MHz)"

Build options changed, rebuilding all
Sketch uses 928 bytes (3%) of program storage space. Maximum is 30720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xe0
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xe0
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xe0
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xe0
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xe0
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xe0
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xe0
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xe0
An error occurred while uploading the sketch

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Is it okay if I used pin 1 for Rx then pin 0 for Tx?

appleshop:
Hi guys!

I'm trying to upload some program on my pro mini using arduino as the programmer.

which one ?

the target board is Pro Mini, what is the programmer board ?

appleshop:
Below's the connection.

Vcc -> 5V
Gnd -> Gnd
Rst -> Rst
Tx0 -> Tx0
Rx1 -> Rx1

you should use the pins 10-13 for ISP programming.

read this one;
https://www.arduino.cc/en/Tutorial/ArduinoISP